Html Css Color HEX #B2DA52 Conifer

📋 copy color: '#B2DA52'

red 178 ◦ green 218 ◦ blue 82

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

Shades of Conifer #B2DA52

Tints of Conifer #B2DA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.15%

R = 37.24%
G = 45.61%
B = 17.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#B2DA52 (or 0xB2DA52) is known color: Conifer. HEX triplet: B2, DA and 52. RGB value is (178,218,82). Sum of RGB (Red+Green+Blue) = 178+218+82=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA52 is #4D25AD. Grayscale: #BFBFBF. Windows color (decimal): -5055918 or 5429938. OLE color: 5429938.

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

Color convert

RGB 178 218 82 -
CMYK 0.18 0 0.62 0.15
HSL 77.65º 0.65% 0.59% -
HSV(B) 77.65º 0.62% 0.85% -
XYZ 44.95 60.22 17.24 -
YUV 190.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 178 218 82 0.18 0 0.62 0.15 77.65 0.65 0.59
Hex B2 DA 52 12 0 3E F 4E 41 3B
Octal 262 332 122 22 0 76 17 116 101 73
Binary 10110010 11011010 1010010 10010 0 111110 1111 1001110 1000001 111011

Color Harmonies of #B2DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA52

Black with #B2DA52

Text Example


Text Example

White with #B2DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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