Html Css Color HEX #B1D342 Conifer

📋 copy color: '#B1D342'

red 177 ◦ green 211 ◦ blue 66

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

Shades of Conifer #B1D342

Tints of Conifer #B1D342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 66 (26.17% from 255) = 14.54%

R = 38.99%
G = 46.48%
B = 14.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#B1D342 (or 0xB1D342) is known color: Conifer. HEX triplet: B1, D3 and 42. RGB value is (177,211,66). Sum of RGB (Red+Green+Blue) = 177+211+66=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D342 is #4E2CBD. Grayscale: #B8B8B8. Windows color (decimal): -5123262 or 4379569. OLE color: 4379569.

HSL color Cylindrical-coordinate representation of color #B1D342: hue angle of 74.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1D342 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 66 -
CMYK 0.16 0 0.69 0.17
HSL 74.07º 0.62% 0.54% -
HSV(B) 74.07º 0.69% 0.83% -
XYZ 42.41 56.33 13.79 -
YUV 184.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 177 211 66 0.16 0 0.69 0.17 74.07 0.62 0.54
Hex B1 D3 42 10 0 45 11 4A 3E 36
Octal 261 323 102 20 0 105 21 112 76 66
Binary 10110001 11010011 1000010 10000 0 1000101 10001 1001010 111110 110110

Color Harmonies of #B1D342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D342

Black with #B1D342

Text Example


Text Example

White with #B1D342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D342; }

 p { color: rgb(177,211,66); }

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

background-color css

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

 a { background-color: rgb(177,211,66); }

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

border-color css

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

 span { border-color: rgb(177,211,66); }

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