Html Css Color HEX #B2DB5A Conifer

📋 copy color: '#B2DB5A'

red 178 ◦ green 219 ◦ blue 90

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

Shades of Conifer #B2DB5A

Tints of Conifer #B2DB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 36.55%
G = 44.97%
B = 18.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#B2DB5A (or 0xB2DB5A) is known color: Conifer. HEX triplet: B2, DB and 5A. RGB value is (178,219,90). Sum of RGB (Red+Green+Blue) = 178+219+90=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB5A is #4D24A5. Grayscale: #C0C0C0. Windows color (decimal): -5055654 or 5954482. OLE color: 5954482.

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

Color convert

RGB 178 219 90 -
CMYK 0.19 0 0.59 0.14
HSL 79.07º 0.64% 0.61% -
HSV(B) 79.07º 0.59% 0.86% -
XYZ 45.54 60.87 19.02 -
YUV 192.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 178 219 90 0.19 0 0.59 0.14 79.07 0.64 0.61
Hex B2 DB 5A 13 0 3B E 4F 40 3D
Octal 262 333 132 23 0 73 16 117 100 75
Binary 10110010 11011011 1011010 10011 0 111011 1110 1001111 1000000 111101

Color Harmonies of #B2DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB5A

Black with #B2DB5A

Text Example


Text Example

White with #B2DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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