Html Css Color HEX #B2D85A Conifer

📋 copy color: '#B2D85A'

red 178 ◦ green 216 ◦ blue 90

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

Shades of Conifer #B2D85A

Tints of Conifer #B2D85A

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 36.78%
G = 44.63%
B = 18.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#B2D85A (or 0xB2D85A) is known color: Conifer. HEX triplet: B2, D8 and 5A. RGB value is (178,216,90). Sum of RGB (Red+Green+Blue) = 178+216+90=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D85A is #4D27A5. Grayscale: #BEBEBE. Windows color (decimal): -5056422 or 5953714. OLE color: 5953714.

HSL color Cylindrical-coordinate representation of color #B2D85A: hue angle of 78.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D85A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 90 -
CMYK 0.18 0 0.58 0.15
HSL 78.1º 0.62% 0.6% -
HSV(B) 78.1º 0.58% 0.85% -
XYZ 44.76 59.31 18.76 -
YUV 190.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 178 216 90 0.18 0 0.58 0.15 78.1 0.62 0.6
Hex B2 D8 5A 12 0 3A F 4E 3E 3C
Octal 262 330 132 22 0 72 17 116 76 74
Binary 10110010 11011000 1011010 10010 0 111010 1111 1001110 111110 111100

Color Harmonies of #B2D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D85A

Black with #B2D85A

Text Example


Text Example

White with #B2D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D85A; }

 p { color: rgb(178,216,90); }

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

background-color css

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

 a { background-color: rgb(178,216,90); }

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

border-color css

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

 span { border-color: rgb(178,216,90); }

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