Html Css Color HEX #BDDB56 Conifer

📋 copy color: '#BDDB56'

red 189 ◦ green 219 ◦ blue 86

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

Shades of Conifer #BDDB56

Tints of Conifer #BDDB56

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

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

R = 38.26%
G = 44.33%
B = 17.41%

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

#BDDB56 (or 0xBDDB56) is known color: Conifer. HEX triplet: BD, DB and 56. RGB value is (189,219,86). Sum of RGB (Red+Green+Blue) = 189+219+86=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB56 is #4224A9. Grayscale: #C3C3C3. Windows color (decimal): -4334762 or 5692349. OLE color: 5692349.

HSL color Cylindrical-coordinate representation of color #BDDB56: hue angle of 73.53º degrees, saturation: 0.65, 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 #BDDB56 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 86 -
CMYK 0.14 0 0.61 0.14
HSL 73.53º 0.65% 0.6% -
HSV(B) 73.53º 0.61% 0.86% -
XYZ 48 62.15 18.27 -
YUV 194.87 66.56 123.81 -
System Red Green Blue C M Y K H S L
Decimal 189 219 86 0.14 0 0.61 0.14 73.53 0.65 0.6
Hex BD DB 56 E 0 3D E 4A 41 3C
Octal 275 333 126 16 0 75 16 112 101 74
Binary 10111101 11011011 1010110 1110 0 111101 1110 1001010 1000001 111100

Color Harmonies of #BDDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB56

Black with #BDDB56

Text Example


Text Example

White with #BDDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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