Html Css Color HEX #B1CE55 Conifer

📋 copy color: '#B1CE55'

red 177 ◦ green 206 ◦ blue 85

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

Shades of Conifer #B1CE55

Tints of Conifer #B1CE55

RGB

 RED value IS 177 (69.53% from 255) = 37.82%

 GREEN value IS 206 (80.86% from 255) = 44.02%

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

R = 37.82%
G = 44.02%
B = 18.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#B1CE55 (or 0xB1CE55) is known color: Conifer. HEX triplet: B1, CE and 55. RGB value is (177,206,85). Sum of RGB (Red+Green+Blue) = 177+206+85=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE55 is #4E31AA. Grayscale: #B7B7B7. Windows color (decimal): -5124523 or 5623473. OLE color: 5623473.

HSL color Cylindrical-coordinate representation of color #B1CE55: hue angle of 74.38º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1CE55 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 85 -
CMYK 0.14 0 0.59 0.19
HSL 74.38º 0.55% 0.57% -
HSV(B) 74.38º 0.59% 0.81% -
XYZ 41.84 54.15 16.84 -
YUV 183.54 72.39 123.34 -
System Red Green Blue C M Y K H S L
Decimal 177 206 85 0.14 0 0.59 0.19 74.38 0.55 0.57
Hex B1 CE 55 E 0 3B 13 4A 37 39
Octal 261 316 125 16 0 73 23 112 67 71
Binary 10110001 11001110 1010101 1110 0 111011 10011 1001010 110111 111001

Color Harmonies of #B1CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE55

Black with #B1CE55

Text Example


Text Example

White with #B1CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE55; }

 p { color: rgb(177,206,85); }

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

background-color css

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

 a { background-color: rgb(177,206,85); }

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

border-color css

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

 span { border-color: rgb(177,206,85); }

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