Html Css Color HEX #B6DB7A Sulu

📋 copy color: '#B6DB7A'

red 182 ◦ green 219 ◦ blue 122

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

Shades of Sulu #B6DB7A

Tints of Sulu #B6DB7A

RGB

 RED value IS 182 (71.48% from 255) = 34.8%

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

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

R = 34.8%
G = 41.87%
B = 23.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B6DB7A (or 0xB6DB7A) is known color: Sulu. HEX triplet: B6, DB and 7A. RGB value is (182,219,122). Sum of RGB (Red+Green+Blue) = 182+219+122=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB7A is #492485. Grayscale: #C5C5C5. Windows color (decimal): -4793478 or 8051638. OLE color: 8051638.

HSL color Cylindrical-coordinate representation of color #B6DB7A: hue angle of 82.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6DB7A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 122 -
CMYK 0.17 0 0.44 0.14
HSL 82.89º 0.57% 0.67% -
HSV(B) 82.89º 0.44% 0.86% -
XYZ 48.14 62.01 27.85 -
YUV 196.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 182 219 122 0.17 0 0.44 0.14 82.89 0.57 0.67
Hex B6 DB 7A 11 0 2C E 53 39 43
Octal 266 333 172 21 0 54 16 123 71 103
Binary 10110110 11011011 1111010 10001 0 101100 1110 1010011 111001 1000011

Color Harmonies of #B6DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DB7A

Black with #B6DB7A

Text Example


Text Example

White with #B6DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DB7A; }

 p { color: rgb(182,219,122); }

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

background-color css

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

 a { background-color: rgb(182,219,122); }

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

border-color css

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

 span { border-color: rgb(182,219,122); }

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