Html Css Color HEX #B9F266 Sulu

📋 copy color: '#B9F266'

red 185 ◦ green 242 ◦ blue 102

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

Shades of Sulu #B9F266

Tints of Sulu #B9F266

RGB

 RED value IS 185 (72.66% from 255) = 34.97%

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 34.97%
G = 45.75%
B = 19.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#B9F266 (or 0xB9F266) is known color: Sulu. HEX triplet: B9, F2 and 66. RGB value is (185,242,102). Sum of RGB (Red+Green+Blue) = 185+242+102=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F266 is #460D99. Grayscale: #D1D1D1. Windows color (decimal): -4591002 or 6746809. OLE color: 6746809.

HSL color Cylindrical-coordinate representation of color #B9F266: hue angle of 84.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9F266 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 102 -
CMYK 0.24 0 0.58 0.05
HSL 84.43º 0.84% 0.67% -
HSV(B) 84.43º 0.58% 0.95% -
XYZ 54.16 74.78 24.15 -
YUV 209 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 185 242 102 0.24 0 0.58 0.05 84.43 0.84 0.67
Hex B9 F2 66 18 0 3A 5 54 54 43
Octal 271 362 146 30 0 72 5 124 124 103
Binary 10111001 11110010 1100110 11000 0 111010 101 1010100 1010100 1000011

Color Harmonies of #B9F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F266

Black with #B9F266

Text Example


Text Example

White with #B9F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F266; }

 p { color: rgb(185,242,102); }

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

background-color css

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

 a { background-color: rgb(185,242,102); }

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

border-color css

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

 span { border-color: rgb(185,242,102); }

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