Html Css Color HEX #B4D97A Sulu

📋 copy color: '#B4D97A'

red 180 ◦ green 217 ◦ blue 122

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

Shades of Sulu #B4D97A

Tints of Sulu #B4D97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 34.68%
G = 41.81%
B = 23.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#B4D97A (or 0xB4D97A) is known color: Sulu. HEX triplet: B4, D9 and 7A. RGB value is (180,217,122). Sum of RGB (Red+Green+Blue) = 180+217+122=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D97A is #4B2685. Grayscale: #C3C3C3. Windows color (decimal): -4925062 or 8051124. OLE color: 8051124.

HSL color Cylindrical-coordinate representation of color #B4D97A: hue angle of 83.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4D97A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 122 -
CMYK 0.17 0 0.44 0.15
HSL 83.37º 0.56% 0.66% -
HSV(B) 83.37º 0.44% 0.85% -
XYZ 47.15 60.73 27.65 -
YUV 195.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 180 217 122 0.17 0 0.44 0.15 83.37 0.56 0.66
Hex B4 D9 7A 11 0 2C F 53 38 42
Octal 264 331 172 21 0 54 17 123 70 102
Binary 10110100 11011001 1111010 10001 0 101100 1111 1010011 111000 1000010

Color Harmonies of #B4D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D97A

Black with #B4D97A

Text Example


Text Example

White with #B4D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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