Html Css Color HEX #B2DA5C Conifer

📋 copy color: '#B2DA5C'

red 178 ◦ green 218 ◦ blue 92

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

Shades of Conifer #B2DA5C

Tints of Conifer #B2DA5C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 36.48%
G = 44.67%
B = 18.85%

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

#B2DA5C (or 0xB2DA5C) is known color: Conifer. HEX triplet: B2, DA and 5C. RGB value is (178,218,92). Sum of RGB (Red+Green+Blue) = 178+218+92=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA5C is #4D25A3. Grayscale: #C0C0C0. Windows color (decimal): -5055908 or 6085298. OLE color: 6085298.

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

Color convert

RGB 178 218 92 -
CMYK 0.18 0 0.58 0.15
HSL 79.05º 0.63% 0.61% -
HSV(B) 79.05º 0.58% 0.85% -
XYZ 45.36 60.38 19.39 -
YUV 191.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 178 218 92 0.18 0 0.58 0.15 79.05 0.63 0.61
Hex B2 DA 5C 12 0 3A F 4F 3F 3D
Octal 262 332 134 22 0 72 17 117 77 75
Binary 10110010 11011010 1011100 10010 0 111010 1111 1001111 111111 111101

Color Harmonies of #B2DA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA5C

Black with #B2DA5C

Text Example


Text Example

White with #B2DA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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