Html Css Color HEX #B1CF4C Conifer

📋 copy color: '#B1CF4C'

red 177 ◦ green 207 ◦ blue 76

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

Shades of Conifer #B1CF4C

Tints of Conifer #B1CF4C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 38.48%
G = 45%
B = 16.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#B1CF4C (or 0xB1CF4C) is known color: Conifer. HEX triplet: B1, CF and 4C. RGB value is (177,207,76). Sum of RGB (Red+Green+Blue) = 177+207+76=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF4C is #4E30B3. Grayscale: #B7B7B7. Windows color (decimal): -5124276 or 5033905. OLE color: 5033905.

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

Color convert

RGB 177 207 76 -
CMYK 0.14 0 0.63 0.19
HSL 73.74º 0.58% 0.55% -
HSV(B) 73.74º 0.63% 0.81% -
XYZ 41.75 54.49 15.16 -
YUV 183.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 177 207 76 0.14 0 0.63 0.19 73.74 0.58 0.55
Hex B1 CF 4C E 0 3F 13 4A 3A 37
Octal 261 317 114 16 0 77 23 112 72 67
Binary 10110001 11001111 1001100 1110 0 111111 10011 1001010 111010 110111

Color Harmonies of #B1CF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CF4C

Black with #B1CF4C

Text Example


Text Example

White with #B1CF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CF4C; }

 p { color: rgb(177,207,76); }

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

background-color css

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

 a { background-color: rgb(177,207,76); }

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

border-color css

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

 span { border-color: rgb(177,207,76); }

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