Html Css Color HEX #BBF975 Sulu

📋 copy color: '#BBF975'

red 187 ◦ green 249 ◦ blue 117

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

Shades of Sulu #BBF975

Tints of Sulu #BBF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 33.82%
G = 45.03%
B = 21.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BBF975 (or 0xBBF975) is known color: Sulu. HEX triplet: BB, F9 and 75. RGB value is (187,249,117). Sum of RGB (Red+Green+Blue) = 187+249+117=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF975 is #44068A. Grayscale: #D7D7D7. Windows color (decimal): -4458123 or 7731643. OLE color: 7731643.

HSL color Cylindrical-coordinate representation of color #BBF975: hue angle of 88.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF975 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 117 -
CMYK 0.25 0 0.53 0.02
HSL 88.18º 0.92% 0.72% -
HSV(B) 88.18º 0.53% 0.98% -
XYZ 57.58 79.6 29.16 -
YUV 215.41 72.46 107.73 -
System Red Green Blue C M Y K H S L
Decimal 187 249 117 0.25 0 0.53 0.02 88.18 0.92 0.72
Hex BB F9 75 19 0 35 2 58 5C 48
Octal 273 371 165 31 0 65 2 130 134 110
Binary 10111011 11111001 1110101 11001 0 110101 10 1011000 1011100 1001000

Color Harmonies of #BBF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF975

Black with #BBF975

Text Example


Text Example

White with #BBF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF975; }

 p { color: rgb(187,249,117); }

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

background-color css

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

 a { background-color: rgb(187,249,117); }

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

border-color css

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

 span { border-color: rgb(187,249,117); }

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