Html Css Color HEX #BBFC8A Sulu

📋 copy color: '#BBFC8A'

red 187 ◦ green 252 ◦ blue 138

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

Shades of Sulu #BBFC8A

Tints of Sulu #BBFC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.67%

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 32.41%
G = 43.67%
B = 23.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#BBFC8A (or 0xBBFC8A) is known color: Sulu. HEX triplet: BB, FC and 8A. RGB value is (187,252,138). Sum of RGB (Red+Green+Blue) = 187+252+138=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFC8A is #440375. Grayscale: #DBDBDB. Windows color (decimal): -4457334 or 9108667. OLE color: 9108667.

HSL color Cylindrical-coordinate representation of color #BBFC8A: hue angle of 94.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBFC8A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 138 -
CMYK 0.26 0 0.45 0.01
HSL 94.21º 0.95% 0.76% -
HSV(B) 94.21º 0.45% 0.99% -
XYZ 59.89 82.02 36.72 -
YUV 219.57 81.97 104.77 -
System Red Green Blue C M Y K H S L
Decimal 187 252 138 0.26 0 0.45 0.01 94.21 0.95 0.76
Hex BB FC 8A 1A 0 2D 1 5E 5F 4C
Octal 273 374 212 32 0 55 1 136 137 114
Binary 10111011 11111100 10001010 11010 0 101101 1 1011110 1011111 1001100

Color Harmonies of #BBFC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC8A

Black with #BBFC8A

Text Example


Text Example

White with #BBFC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC8A; }

 p { color: rgb(187,252,138); }

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

background-color css

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

 a { background-color: rgb(187,252,138); }

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

border-color css

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

 span { border-color: rgb(187,252,138); }

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