Html Css Color HEX #B8DB52 Conifer

📋 copy color: '#B8DB52'

red 184 ◦ green 219 ◦ blue 82

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

Shades of Conifer #B8DB52

Tints of Conifer #B8DB52

RGB

 RED value IS 184 (72.27% from 255) = 37.94%

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

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

R = 37.94%
G = 45.15%
B = 16.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#B8DB52 (or 0xB8DB52) is known color: Conifer. HEX triplet: B8, DB and 52. RGB value is (184,219,82). Sum of RGB (Red+Green+Blue) = 184+219+82=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB52 is #4724AD. Grayscale: #C1C1C1. Windows color (decimal): -4662446 or 5430200. OLE color: 5430200.

HSL color Cylindrical-coordinate representation of color #B8DB52: hue angle of 75.33º 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 #B8DB52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 219 82 -
CMYK 0.16 0 0.63 0.14
HSL 75.33º 0.66% 0.59% -
HSV(B) 75.33º 0.63% 0.86% -
XYZ 46.62 61.46 17.39 -
YUV 192.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 184 219 82 0.16 0 0.63 0.14 75.33 0.66 0.59
Hex B8 DB 52 10 0 3F E 4B 42 3B
Octal 270 333 122 20 0 77 16 113 102 73
Binary 10111000 11011011 1010010 10000 0 111111 1110 1001011 1000010 111011

Color Harmonies of #B8DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DB52

Black with #B8DB52

Text Example


Text Example

White with #B8DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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