Html Css Color HEX #B8D255 Conifer

📋 copy color: '#B8D255'

red 184 ◦ green 210 ◦ blue 85

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

Shades of Conifer #B8D255

Tints of Conifer #B8D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 38.41%
G = 43.84%
B = 17.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#B8D255 (or 0xB8D255) is known color: Conifer. HEX triplet: B8, D2 and 55. RGB value is (184,210,85). Sum of RGB (Red+Green+Blue) = 184+210+85=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D255 is #472DAA. Grayscale: #BCBCBC. Windows color (decimal): -4664747 or 5624504. OLE color: 5624504.

HSL color Cylindrical-coordinate representation of color #B8D255: hue angle of 72.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8D255 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 210 85 -
CMYK 0.12 0 0.60 0.18
HSL 72.48º 0.58% 0.58% -
HSV(B) 72.48º 0.6% 0.82% -
XYZ 44.45 56.94 17.24 -
YUV 187.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 184 210 85 0.12 0 0.60 0.18 72.48 0.58 0.58
Hex B8 D2 55 C 0 3C 12 48 3A 3A
Octal 270 322 125 14 0 74 22 110 72 72
Binary 10111000 11010010 1010101 1100 0 111100 10010 1001000 111010 111010

Color Harmonies of #B8D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D255

Black with #B8D255

Text Example


Text Example

White with #B8D255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D255; }

 p { color: rgb(184,210,85); }

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

background-color css

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

 a { background-color: rgb(184,210,85); }

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

border-color css

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

 span { border-color: rgb(184,210,85); }

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