Html Css Color HEX #BDDB52 Conifer

📋 copy color: '#BDDB52'

red 189 ◦ green 219 ◦ blue 82

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

Shades of Conifer #BDDB52

Tints of Conifer #BDDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 38.57%
G = 44.69%
B = 16.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BDDB52 (or 0xBDDB52) is known color: Conifer. HEX triplet: BD, DB and 52. RGB value is (189,219,82). Sum of RGB (Red+Green+Blue) = 189+219+82=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB52 is #4224AD. Grayscale: #C2C2C2. Windows color (decimal): -4334766 or 5430205. OLE color: 5430205.

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

Color convert

RGB 189 219 82 -
CMYK 0.14 0 0.63 0.14
HSL 73.14º 0.66% 0.59% -
HSV(B) 73.14º 0.63% 0.86% -
XYZ 47.84 62.09 17.45 -
YUV 194.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 189 219 82 0.14 0 0.63 0.14 73.14 0.66 0.59
Hex BD DB 52 E 0 3F E 49 42 3B
Octal 275 333 122 16 0 77 16 111 102 73
Binary 10111101 11011011 1010010 1110 0 111111 1110 1001001 1000010 111011

Color Harmonies of #BDDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB52

Black with #BDDB52

Text Example


Text Example

White with #BDDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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