Html Css Color HEX #B8DB5A Conifer

📋 copy color: '#B8DB5A'

red 184 ◦ green 219 ◦ blue 90

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

Shades of Conifer #B8DB5A

Tints of Conifer #B8DB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 37.32%
G = 44.42%
B = 18.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#B8DB5A (or 0xB8DB5A) is known color: Conifer. HEX triplet: B8, DB and 5A. RGB value is (184,219,90). Sum of RGB (Red+Green+Blue) = 184+219+90=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB5A is #4724A5. Grayscale: #C2C2C2. Windows color (decimal): -4662438 or 5954488. OLE color: 5954488.

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

Color convert

RGB 184 219 90 -
CMYK 0.16 0 0.59 0.14
HSL 76.28º 0.64% 0.61% -
HSV(B) 76.28º 0.59% 0.86% -
XYZ 46.94 61.59 19.09 -
YUV 193.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 184 219 90 0.16 0 0.59 0.14 76.28 0.64 0.61
Hex B8 DB 5A 10 0 3B E 4C 40 3D
Octal 270 333 132 20 0 73 16 114 100 75
Binary 10111000 11011011 1011010 10000 0 111011 1110 1001100 1000000 111101

Color Harmonies of #B8DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DB5A

Black with #B8DB5A

Text Example


Text Example

White with #B8DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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