Html Css Color HEX #B2DA5E Conifer

📋 copy color: '#B2DA5E'

red 178 ◦ green 218 ◦ blue 94

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

Shades of Conifer #B2DA5E

Tints of Conifer #B2DA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.18%

R = 36.33%
G = 44.49%
B = 19.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#B2DA5E (or 0xB2DA5E) is known color: Conifer. HEX triplet: B2, DA and 5E. RGB value is (178,218,94). Sum of RGB (Red+Green+Blue) = 178+218+94=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA5E is #4D25A1. Grayscale: #C0C0C0. Windows color (decimal): -5055906 or 6216370. OLE color: 6216370.

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

Color convert

RGB 178 218 94 -
CMYK 0.18 0 0.57 0.15
HSL 79.35º 0.63% 0.61% -
HSV(B) 79.35º 0.57% 0.85% -
XYZ 45.45 60.42 19.86 -
YUV 191.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 178 218 94 0.18 0 0.57 0.15 79.35 0.63 0.61
Hex B2 DA 5E 12 0 39 F 4F 3F 3D
Octal 262 332 136 22 0 71 17 117 77 75
Binary 10110010 11011010 1011110 10010 0 111001 1111 1001111 111111 111101

Color Harmonies of #B2DA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA5E

Black with #B2DA5E

Text Example


Text Example

White with #B2DA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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