Html Css Color HEX #B5D152 Conifer

📋 copy color: '#B5D152'

red 181 ◦ green 209 ◦ blue 82

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

Shades of Conifer #B5D152

Tints of Conifer #B5D152

RGB

 RED value IS 181 (71.09% from 255) = 38.35%

 GREEN value IS 209 (82.03% from 255) = 44.28%

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

R = 38.35%
G = 44.28%
B = 17.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#B5D152 (or 0xB5D152) is known color: Conifer. HEX triplet: B5, D1 and 52. RGB value is (181,209,82). Sum of RGB (Red+Green+Blue) = 181+209+82=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D152 is #4A2EAD. Grayscale: #BABABA. Windows color (decimal): -4861614 or 5427637. OLE color: 5427637.

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

Color convert

RGB 181 209 82 -
CMYK 0.13 0 0.61 0.18
HSL 73.23º 0.58% 0.57% -
HSV(B) 73.23º 0.61% 0.82% -
XYZ 43.38 56.03 16.51 -
YUV 186.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 181 209 82 0.13 0 0.61 0.18 73.23 0.58 0.57
Hex B5 D1 52 D 0 3D 12 49 3A 39
Octal 265 321 122 15 0 75 22 111 72 71
Binary 10110101 11010001 1010010 1101 0 111101 10010 1001001 111010 111001

Color Harmonies of #B5D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D152

Black with #B5D152

Text Example


Text Example

White with #B5D152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D152; }

 p { color: rgb(181,209,82); }

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

background-color css

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

 a { background-color: rgb(181,209,82); }

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

border-color css

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

 span { border-color: rgb(181,209,82); }

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