Html Css Color HEX #BBEA6A Sulu

📋 copy color: '#BBEA6A'

red 187 ◦ green 234 ◦ blue 106

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

Shades of Sulu #BBEA6A

Tints of Sulu #BBEA6A

RGB

 RED value IS 187 (73.44% from 255) = 35.48%

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 35.48%
G = 44.4%
B = 20.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#BBEA6A (or 0xBBEA6A) is known color: Sulu. HEX triplet: BB, EA and 6A. RGB value is (187,234,106). Sum of RGB (Red+Green+Blue) = 187+234+106=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA6A is #441595. Grayscale: #CDCDCD. Windows color (decimal): -4461974 or 7006907. OLE color: 7006907.

HSL color Cylindrical-coordinate representation of color #BBEA6A: hue angle of 82.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBEA6A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 106 -
CMYK 0.20 0 0.55 0.08
HSL 82.03º 0.75% 0.67% -
HSV(B) 82.03º 0.55% 0.92% -
XYZ 52.52 70.45 24.47 -
YUV 205.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 187 234 106 0.20 0 0.55 0.08 82.03 0.75 0.67
Hex BB EA 6A 14 0 37 8 52 4B 43
Octal 273 352 152 24 0 67 10 122 113 103
Binary 10111011 11101010 1101010 10100 0 110111 1000 1010010 1001011 1000011

Color Harmonies of #BBEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA6A

Black with #BBEA6A

Text Example


Text Example

White with #BBEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA6A; }

 p { color: rgb(187,234,106); }

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

background-color css

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

 a { background-color: rgb(187,234,106); }

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

border-color css

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

 span { border-color: rgb(187,234,106); }

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