Html Css Color HEX #BBEA7D Sulu

📋 copy color: '#BBEA7D'

red 187 ◦ green 234 ◦ blue 125

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

Shades of Sulu #BBEA7D

Tints of Sulu #BBEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 34.25%
G = 42.86%
B = 22.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#BBEA7D (or 0xBBEA7D) is known color: Sulu. HEX triplet: BB, EA and 7D. RGB value is (187,234,125). Sum of RGB (Red+Green+Blue) = 187+234+125=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA7D is #441582. Grayscale: #CFCFCF. Windows color (decimal): -4461955 or 8252091. OLE color: 8252091.

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

Color convert

RGB 187 234 125 -
CMYK 0.20 0 0.47 0.08
HSL 85.87º 0.72% 0.7% -
HSV(B) 85.87º 0.47% 0.92% -
XYZ 53.62 70.89 30.26 -
YUV 207.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 187 234 125 0.20 0 0.47 0.08 85.87 0.72 0.7
Hex BB EA 7D 14 0 2F 8 56 48 46
Octal 273 352 175 24 0 57 10 126 110 106
Binary 10111011 11101010 1111101 10100 0 101111 1000 1010110 1001000 1000110

Color Harmonies of #BBEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA7D

Black with #BBEA7D

Text Example


Text Example

White with #BBEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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