Html Css Color HEX #BDDC4A Conifer

📋 copy color: '#BDDC4A'

red 189 ◦ green 220 ◦ blue 74

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

Shades of Conifer #BDDC4A

Tints of Conifer #BDDC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 39.13%
G = 45.55%
B = 15.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BDDC4A (or 0xBDDC4A) is known color: Conifer. HEX triplet: BD, DC and 4A. RGB value is (189,220,74). Sum of RGB (Red+Green+Blue) = 189+220+74=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC4A is #4223B5. Grayscale: #C2C2C2. Windows color (decimal): -4334518 or 4906173. OLE color: 4906173.

HSL color Cylindrical-coordinate representation of color #BDDC4A: hue angle of 72.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDC4A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 74 -
CMYK 0.14 0 0.66 0.14
HSL 72.74º 0.68% 0.58% -
HSV(B) 72.74º 0.66% 0.86% -
XYZ 47.82 62.5 16.02 -
YUV 194.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 189 220 74 0.14 0 0.66 0.14 72.74 0.68 0.58
Hex BD DC 4A E 0 42 E 49 44 3A
Octal 275 334 112 16 0 102 16 111 104 72
Binary 10111101 11011100 1001010 1110 0 1000010 1110 1001001 1000100 111010

Color Harmonies of #BDDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC4A

Black with #BDDC4A

Text Example


Text Example

White with #BDDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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