Html Css Color HEX #BDDC56 Conifer

📋 copy color: '#BDDC56'

red 189 ◦ green 220 ◦ blue 86

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

Shades of Conifer #BDDC56

Tints of Conifer #BDDC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.37%

R = 38.18%
G = 44.44%
B = 17.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#BDDC56 (or 0xBDDC56) is known color: Conifer. HEX triplet: BD, DC and 56. RGB value is (189,220,86). Sum of RGB (Red+Green+Blue) = 189+220+86=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC56 is #4223A9. Grayscale: #C3C3C3. Windows color (decimal): -4334506 or 5692605. OLE color: 5692605.

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

Color convert

RGB 189 220 86 -
CMYK 0.14 0 0.61 0.14
HSL 73.88º 0.66% 0.6% -
HSV(B) 73.88º 0.61% 0.86% -
XYZ 48.26 62.68 18.36 -
YUV 195.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 189 220 86 0.14 0 0.61 0.14 73.88 0.66 0.6
Hex BD DC 56 E 0 3D E 4A 42 3C
Octal 275 334 126 16 0 75 16 112 102 74
Binary 10111101 11011100 1010110 1110 0 111101 1110 1001010 1000010 111100

Color Harmonies of #BDDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC56

Black with #BDDC56

Text Example


Text Example

White with #BDDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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