Html Css Color HEX #BDD84A Conifer

📋 copy color: '#BDD84A'

red 189 ◦ green 216 ◦ blue 74

#BDD84A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDD84A

Tints of Conifer #BDD84A

RGB

 RED value IS 189 (74.22% from 255) = 39.46%

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 39.46%
G = 45.09%
B = 15.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD84A (or 0xBDD84A) is known color: Conifer. HEX triplet: BD, D8 and 4A. RGB value is (189,216,74). Sum of RGB (Red+Green+Blue) = 189+216+74=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD84A is #4227B5. Grayscale: #C0C0C0. Windows color (decimal): -4335542 or 4905149. OLE color: 4905149.

HSL color Cylindrical-coordinate representation of color #BDD84A: hue angle of 71.41º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD84A is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 74 -
CMYK 0.12 0 0.66 0.15
HSL 71.41º 0.65% 0.57% -
HSV(B) 71.41º 0.66% 0.85% -
XYZ 46.78 60.42 15.68 -
YUV 191.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 189 216 74 0.12 0 0.66 0.15 71.41 0.65 0.57
Hex BD D8 4A C 0 42 F 47 41 39
Octal 275 330 112 14 0 102 17 107 101 71
Binary 10111101 11011000 1001010 1100 0 1000010 1111 1000111 1000001 111001

Color Harmonies of #BDD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD84A

Black with #BDD84A

Text Example


Text Example

White with #BDD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD84A; }

 p { color: rgb(189,216,74); }

 H1.HeaderClassName
 {
   color: #BDD84A;
 }
 .AnyTagClassName
 {
   color: #BDD84A;
 }
</style>

background-color css

<style>
 a { background-color: #BDD84A; }

 a { background-color: rgb(189,216,74); }

 div.DivClassName
 {
   background-color: #BDD84A;
 }
 .BgClassName
 {
   background-color: #BDD84A;
 }
</style>

border-color css

<style>
 span { border-color: #BDD84A; }

 span { border-color: rgb(189,216,74); }

 td.TdClassName
 {
   border-color: #BDD84A;
 }
 .TagClassName
 {
   border-color: #BDD84A;
 }
</style>