Html Css Color HEX #B9DA52 Conifer

📋 copy color: '#B9DA52'

red 185 ◦ green 218 ◦ blue 82

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

Shades of Conifer #B9DA52

Tints of Conifer #B9DA52

RGB

 RED value IS 185 (72.66% from 255) = 38.14%

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 38.14%
G = 44.95%
B = 16.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#B9DA52 (or 0xB9DA52) is known color: Conifer. HEX triplet: B9, DA and 52. RGB value is (185,218,82). Sum of RGB (Red+Green+Blue) = 185+218+82=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA52 is #4625AD. Grayscale: #C1C1C1. Windows color (decimal): -4597166 or 5429945. OLE color: 5429945.

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

Color convert

RGB 185 218 82 -
CMYK 0.15 0 0.62 0.15
HSL 74.56º 0.65% 0.59% -
HSV(B) 74.56º 0.62% 0.85% -
XYZ 46.6 61.07 17.31 -
YUV 192.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 185 218 82 0.15 0 0.62 0.15 74.56 0.65 0.59
Hex B9 DA 52 F 0 3E F 4B 41 3B
Octal 271 332 122 17 0 76 17 113 101 73
Binary 10111001 11011010 1010010 1111 0 111110 1111 1001011 1000001 111011

Color Harmonies of #B9DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA52

Black with #B9DA52

Text Example


Text Example

White with #B9DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA52; }

 p { color: rgb(185,218,82); }

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

background-color css

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

 a { background-color: rgb(185,218,82); }

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

border-color css

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

 span { border-color: rgb(185,218,82); }

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