Html Css Color HEX #B2D25D Conifer

📋 copy color: '#B2D25D'

red 178 ◦ green 210 ◦ blue 93

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

Shades of Conifer #B2D25D

Tints of Conifer #B2D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.66%

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 37.01%
G = 43.66%
B = 19.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#B2D25D (or 0xB2D25D) is known color: Conifer. HEX triplet: B2, D2 and 5D. RGB value is (178,210,93). Sum of RGB (Red+Green+Blue) = 178+210+93=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D25D is #4D2DA2. Grayscale: #BBBBBB. Windows color (decimal): -5057955 or 6148786. OLE color: 6148786.

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

Color convert

RGB 178 210 93 -
CMYK 0.15 0 0.56 0.18
HSL 76.41º 0.57% 0.59% -
HSV(B) 76.41º 0.56% 0.82% -
XYZ 43.38 56.35 18.95 -
YUV 187.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 178 210 93 0.15 0 0.56 0.18 76.41 0.57 0.59
Hex B2 D2 5D F 0 38 12 4C 39 3B
Octal 262 322 135 17 0 70 22 114 71 73
Binary 10110010 11010010 1011101 1111 0 111000 10010 1001100 111001 111011

Color Harmonies of #B2D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D25D

Black with #B2D25D

Text Example


Text Example

White with #B2D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D25D; }

 p { color: rgb(178,210,93); }

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

background-color css

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

 a { background-color: rgb(178,210,93); }

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

border-color css

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

 span { border-color: rgb(178,210,93); }

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