Html Css Color HEX #BDDB53 Conifer

📋 copy color: '#BDDB53'

red 189 ◦ green 219 ◦ blue 83

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

Shades of Conifer #BDDB53

Tints of Conifer #BDDB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 38.49%
G = 44.6%
B = 16.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BDDB53 (or 0xBDDB53) is known color: Conifer. HEX triplet: BD, DB and 53. RGB value is (189,219,83). Sum of RGB (Red+Green+Blue) = 189+219+83=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB53 is #4224AC. Grayscale: #C3C3C3. Windows color (decimal): -4334765 or 5495741. OLE color: 5495741.

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

Color convert

RGB 189 219 83 -
CMYK 0.14 0 0.62 0.14
HSL 73.24º 0.65% 0.59% -
HSV(B) 73.24º 0.62% 0.86% -
XYZ 47.88 62.11 17.65 -
YUV 194.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 189 219 83 0.14 0 0.62 0.14 73.24 0.65 0.59
Hex BD DB 53 E 0 3E E 49 41 3B
Octal 275 333 123 16 0 76 16 111 101 73
Binary 10111101 11011011 1010011 1110 0 111110 1110 1001001 1000001 111011

Color Harmonies of #BDDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB53

Black with #BDDB53

Text Example


Text Example

White with #BDDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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