Html Css Color HEX #BBF96A Sulu

📋 copy color: '#BBF96A'

red 187 ◦ green 249 ◦ blue 106

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

Shades of Sulu #BBF96A

Tints of Sulu #BBF96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 34.5%
G = 45.94%
B = 19.56%

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

#BBF96A (or 0xBBF96A) is known color: Sulu. HEX triplet: BB, F9 and 6A. RGB value is (187,249,106). Sum of RGB (Red+Green+Blue) = 187+249+106=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF96A is #440695. Grayscale: #D6D6D6. Windows color (decimal): -4458134 or 7010747. OLE color: 7010747.

HSL color Cylindrical-coordinate representation of color #BBF96A: hue angle of 86.01º 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 #BBF96A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 106 -
CMYK 0.25 0 0.57 0.02
HSL 86.01º 0.92% 0.7% -
HSV(B) 86.01º 0.57% 0.98% -
XYZ 56.97 79.36 25.95 -
YUV 214.16 66.96 108.63 -
System Red Green Blue C M Y K H S L
Decimal 187 249 106 0.25 0 0.57 0.02 86.01 0.92 0.7
Hex BB F9 6A 19 0 39 2 56 5C 46
Octal 273 371 152 31 0 71 2 126 134 106
Binary 10111011 11111001 1101010 11001 0 111001 10 1010110 1011100 1000110

Color Harmonies of #BBF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF96A

Black with #BBF96A

Text Example


Text Example

White with #BBF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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