Html Css Color HEX #BBF96C Sulu

📋 copy color: '#BBF96C'

red 187 ◦ green 249 ◦ blue 108

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

Shades of Sulu #BBF96C

Tints of Sulu #BBF96C

RGB

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

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

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

R = 34.38%
G = 45.77%
B = 19.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BBF96C (or 0xBBF96C) is known color: Sulu. HEX triplet: BB, F9 and 6C. RGB value is (187,249,108). Sum of RGB (Red+Green+Blue) = 187+249+108=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF96C is #440693. Grayscale: #D6D6D6. Windows color (decimal): -4458132 or 7141819. OLE color: 7141819.

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

Color convert

RGB 187 249 108 -
CMYK 0.25 0 0.57 0.02
HSL 86.38º 0.92% 0.7% -
HSV(B) 86.38º 0.57% 0.98% -
XYZ 57.08 79.4 26.5 -
YUV 214.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 187 249 108 0.25 0 0.57 0.02 86.38 0.92 0.7
Hex BB F9 6C 19 0 39 2 56 5C 46
Octal 273 371 154 31 0 71 2 126 134 106
Binary 10111011 11111001 1101100 11001 0 111001 10 1010110 1011100 1000110

Color Harmonies of #BBF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF96C

Black with #BBF96C

Text Example


Text Example

White with #BBF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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