Html Css Color HEX #BBEA6C Sulu

📋 copy color: '#BBEA6C'

red 187 ◦ green 234 ◦ blue 108

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

Shades of Sulu #BBEA6C

Tints of Sulu #BBEA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 35.35%
G = 44.23%
B = 20.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#BBEA6C (or 0xBBEA6C) is known color: Sulu. HEX triplet: BB, EA and 6C. RGB value is (187,234,108). Sum of RGB (Red+Green+Blue) = 187+234+108=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA6C is #441593. Grayscale: #CECECE. Windows color (decimal): -4461972 or 7137979. OLE color: 7137979.

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

Color convert

RGB 187 234 108 -
CMYK 0.20 0 0.54 0.08
HSL 82.38º 0.75% 0.67% -
HSV(B) 82.38º 0.54% 0.92% -
XYZ 52.62 70.49 25.02 -
YUV 205.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 187 234 108 0.20 0 0.54 0.08 82.38 0.75 0.67
Hex BB EA 6C 14 0 36 8 52 4B 43
Octal 273 352 154 24 0 66 10 122 113 103
Binary 10111011 11101010 1101100 10100 0 110110 1000 1010010 1001011 1000011

Color Harmonies of #BBEA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA6C

Black with #BBEA6C

Text Example


Text Example

White with #BBEA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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