Html Css Color HEX #B2DC5C Conifer

📋 copy color: '#B2DC5C'

red 178 ◦ green 220 ◦ blue 92

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

Shades of Conifer #B2DC5C

Tints of Conifer #B2DC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 36.33%
G = 44.9%
B = 18.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B2DC5C (or 0xB2DC5C) is known color: Conifer. HEX triplet: B2, DC and 5C. RGB value is (178,220,92). Sum of RGB (Red+Green+Blue) = 178+220+92=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC5C is #4D23A3. Grayscale: #C1C1C1. Windows color (decimal): -5055396 or 6085810. OLE color: 6085810.

HSL color Cylindrical-coordinate representation of color #B2DC5C: hue angle of 79.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2DC5C is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 92 -
CMYK 0.19 0 0.58 0.14
HSL 79.69º 0.65% 0.61% -
HSV(B) 79.69º 0.58% 0.86% -
XYZ 45.89 61.42 19.56 -
YUV 192.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 178 220 92 0.19 0 0.58 0.14 79.69 0.65 0.61
Hex B2 DC 5C 13 0 3A E 50 41 3D
Octal 262 334 134 23 0 72 16 120 101 75
Binary 10110010 11011100 1011100 10011 0 111010 1110 1010000 1000001 111101

Color Harmonies of #B2DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC5C

Black with #B2DC5C

Text Example


Text Example

White with #B2DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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