Html Css Color HEX #B2DB5D Conifer

📋 copy color: '#B2DB5D'

red 178 ◦ green 219 ◦ blue 93

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

Shades of Conifer #B2DB5D

Tints of Conifer #B2DB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 36.33%
G = 44.69%
B = 18.98%

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

#B2DB5D (or 0xB2DB5D) is known color: Conifer. HEX triplet: B2, DB and 5D. RGB value is (178,219,93). Sum of RGB (Red+Green+Blue) = 178+219+93=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB5D is #4D24A2. Grayscale: #C0C0C0. Windows color (decimal): -5055651 or 6151090. OLE color: 6151090.

HSL color Cylindrical-coordinate representation of color #B2DB5D: hue angle of 79.52º degrees, saturation: 0.64, 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 #B2DB5D is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 93 -
CMYK 0.19 0 0.58 0.14
HSL 79.52º 0.64% 0.61% -
HSV(B) 79.52º 0.58% 0.86% -
XYZ 45.67 60.92 19.71 -
YUV 192.38 71.92 117.75 -
System Red Green Blue C M Y K H S L
Decimal 178 219 93 0.19 0 0.58 0.14 79.52 0.64 0.61
Hex B2 DB 5D 13 0 3A E 50 40 3D
Octal 262 333 135 23 0 72 16 120 100 75
Binary 10110010 11011011 1011101 10011 0 111010 1110 1010000 1000000 111101

Color Harmonies of #B2DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB5D

Black with #B2DB5D

Text Example


Text Example

White with #B2DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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