Html Css Color HEX #B2D972 Sulu

📋 copy color: '#B2D972'

red 178 ◦ green 217 ◦ blue 114

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

Shades of Sulu #B2D972

Tints of Sulu #B2D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 34.97%
G = 42.63%
B = 22.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B2D972 (or 0xB2D972) is known color: Sulu. HEX triplet: B2, D9 and 72. RGB value is (178,217,114). Sum of RGB (Red+Green+Blue) = 178+217+114=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D972 is #4D268D. Grayscale: #C1C1C1. Windows color (decimal): -5056142 or 7526834. OLE color: 7526834.

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

Color convert

RGB 178 217 114 -
CMYK 0.18 0 0.47 0.15
HSL 82.72º 0.58% 0.65% -
HSV(B) 82.72º 0.47% 0.85% -
XYZ 46.21 60.31 25.12 -
YUV 193.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 178 217 114 0.18 0 0.47 0.15 82.72 0.58 0.65
Hex B2 D9 72 12 0 2F F 53 3A 41
Octal 262 331 162 22 0 57 17 123 72 101
Binary 10110010 11011001 1110010 10010 0 101111 1111 1010011 111010 1000001

Color Harmonies of #B2D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D972

Black with #B2D972

Text Example


Text Example

White with #B2D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D972; }

 p { color: rgb(178,217,114); }

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

background-color css

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

 a { background-color: rgb(178,217,114); }

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

border-color css

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

 span { border-color: rgb(178,217,114); }

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