Html Css Color HEX #BDDB58 Conifer

📋 copy color: '#BDDB58'

red 189 ◦ green 219 ◦ blue 88

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

Shades of Conifer #BDDB58

Tints of Conifer #BDDB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 38.1%
G = 44.15%
B = 17.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#BDDB58 (or 0xBDDB58) is known color: Conifer. HEX triplet: BD, DB and 58. RGB value is (189,219,88). Sum of RGB (Red+Green+Blue) = 189+219+88=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB58 is #4224A7. Grayscale: #C3C3C3. Windows color (decimal): -4334760 or 5823421. OLE color: 5823421.

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

Color convert

RGB 189 219 88 -
CMYK 0.14 0 0.60 0.14
HSL 73.74º 0.65% 0.6% -
HSV(B) 73.74º 0.6% 0.86% -
XYZ 48.08 62.19 18.7 -
YUV 195.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 189 219 88 0.14 0 0.60 0.14 73.74 0.65 0.6
Hex BD DB 58 E 0 3C E 4A 41 3C
Octal 275 333 130 16 0 74 16 112 101 74
Binary 10111101 11011011 1011000 1110 0 111100 1110 1001010 1000001 111100

Color Harmonies of #BDDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB58

Black with #BDDB58

Text Example


Text Example

White with #BDDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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