Html Css Color HEX #B4D973 Sulu

📋 copy color: '#B4D973'

red 180 ◦ green 217 ◦ blue 115

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

Shades of Sulu #B4D973

Tints of Sulu #B4D973

RGB

 RED value IS 180 (70.7% from 255) = 35.16%

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 35.16%
G = 42.38%
B = 22.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B4D973 (or 0xB4D973) is known color: Sulu. HEX triplet: B4, D9 and 73. RGB value is (180,217,115). Sum of RGB (Red+Green+Blue) = 180+217+115=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D973 is #4B268C. Grayscale: #C2C2C2. Windows color (decimal): -4925069 or 7592372. OLE color: 7592372.

HSL color Cylindrical-coordinate representation of color #B4D973: hue angle of 81.76º degrees, saturation: 0.57, 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 #B4D973 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 115 -
CMYK 0.17 0 0.47 0.15
HSL 81.76º 0.57% 0.65% -
HSV(B) 81.76º 0.47% 0.85% -
XYZ 46.73 60.57 25.45 -
YUV 194.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 180 217 115 0.17 0 0.47 0.15 81.76 0.57 0.65
Hex B4 D9 73 11 0 2F F 52 39 41
Octal 264 331 163 21 0 57 17 122 71 101
Binary 10110100 11011001 1110011 10001 0 101111 1111 1010010 111001 1000001

Color Harmonies of #B4D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D973

Black with #B4D973

Text Example


Text Example

White with #B4D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D973; }

 p { color: rgb(180,217,115); }

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

background-color css

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

 a { background-color: rgb(180,217,115); }

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

border-color css

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

 span { border-color: rgb(180,217,115); }

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