Html Css Color HEX #B2D565 Conifer

📋 copy color: '#B2D565'

red 178 ◦ green 213 ◦ blue 101

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

Shades of Conifer #B2D565

Tints of Conifer #B2D565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.29%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 36.18%
G = 43.29%
B = 20.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B2D565 (or 0xB2D565) is known color: Conifer. HEX triplet: B2, D5 and 65. RGB value is (178,213,101). Sum of RGB (Red+Green+Blue) = 178+213+101=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D565 is #4D2A9A. Grayscale: #BEBEBE. Windows color (decimal): -5057179 or 6673842. OLE color: 6673842.

HSL color Cylindrical-coordinate representation of color #B2D565: hue angle of 78.75º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D565 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 101 -
CMYK 0.16 0 0.53 0.16
HSL 78.75º 0.57% 0.62% -
HSV(B) 78.75º 0.53% 0.84% -
XYZ 44.5 57.99 21.16 -
YUV 189.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 178 213 101 0.16 0 0.53 0.16 78.75 0.57 0.62
Hex B2 D5 65 10 0 35 10 4F 39 3E
Octal 262 325 145 20 0 65 20 117 71 76
Binary 10110010 11010101 1100101 10000 0 110101 10000 1001111 111001 111110

Color Harmonies of #B2D565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D565

Black with #B2D565

Text Example


Text Example

White with #B2D565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D565; }

 p { color: rgb(178,213,101); }

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

background-color css

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

 a { background-color: rgb(178,213,101); }

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

border-color css

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

 span { border-color: rgb(178,213,101); }

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