Html Css Color HEX #B2D35C Conifer

📋 copy color: '#B2D35C'

red 178 ◦ green 211 ◦ blue 92

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

Shades of Conifer #B2D35C

Tints of Conifer #B2D35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 37.01%
G = 43.87%
B = 19.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#B2D35C (or 0xB2D35C) is known color: Conifer. HEX triplet: B2, D3 and 5C. RGB value is (178,211,92). Sum of RGB (Red+Green+Blue) = 178+211+92=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D35C is #4D2CA3. Grayscale: #BCBCBC. Windows color (decimal): -5057700 or 6083506. OLE color: 6083506.

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

Color convert

RGB 178 211 92 -
CMYK 0.16 0 0.56 0.17
HSL 76.64º 0.57% 0.59% -
HSV(B) 76.64º 0.56% 0.83% -
XYZ 43.59 56.83 18.8 -
YUV 187.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 178 211 92 0.16 0 0.56 0.17 76.64 0.57 0.59
Hex B2 D3 5C 10 0 38 11 4D 39 3B
Octal 262 323 134 20 0 70 21 115 71 73
Binary 10110010 11010011 1011100 10000 0 111000 10001 1001101 111001 111011

Color Harmonies of #B2D35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D35C

Black with #B2D35C

Text Example


Text Example

White with #B2D35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D35C; }

 p { color: rgb(178,211,92); }

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

background-color css

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

 a { background-color: rgb(178,211,92); }

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

border-color css

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

 span { border-color: rgb(178,211,92); }

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