Html Css Color HEX #B1D352 Conifer

📋 copy color: '#B1D352'

red 177 ◦ green 211 ◦ blue 82

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

Shades of Conifer #B1D352

Tints of Conifer #B1D352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 37.66%
G = 44.89%
B = 17.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#B1D352 (or 0xB1D352) is known color: Conifer. HEX triplet: B1, D3 and 52. RGB value is (177,211,82). Sum of RGB (Red+Green+Blue) = 177+211+82=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D352 is #4E2CAD. Grayscale: #BABABA. Windows color (decimal): -5123246 or 5428145. OLE color: 5428145.

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

Color convert

RGB 177 211 82 -
CMYK 0.16 0 0.61 0.17
HSL 75.81º 0.59% 0.57% -
HSV(B) 75.81º 0.61% 0.83% -
XYZ 42.95 56.54 16.63 -
YUV 186.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 177 211 82 0.16 0 0.61 0.17 75.81 0.59 0.57
Hex B1 D3 52 10 0 3D 11 4C 3B 39
Octal 261 323 122 20 0 75 21 114 73 71
Binary 10110001 11010011 1010010 10000 0 111101 10001 1001100 111011 111001

Color Harmonies of #B1D352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D352

Black with #B1D352

Text Example


Text Example

White with #B1D352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D352; }

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

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

background-color css

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

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

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

border-color css

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

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

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