Html Css Color HEX #B9F06B Sulu

📋 copy color: '#B9F06B'

red 185 ◦ green 240 ◦ blue 107

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

Shades of Sulu #B9F06B

Tints of Sulu #B9F06B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

 BLUE value IS 107 (42.19% from 255) = 20.11%

R = 34.77%
G = 45.11%
B = 20.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#B9F06B (or 0xB9F06B) is known color: Sulu. HEX triplet: B9, F0 and 6B. RGB value is (185,240,107). Sum of RGB (Red+Green+Blue) = 185+240+107=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F06B is #460F94. Grayscale: #D0D0D0. Windows color (decimal): -4591509 or 7073977. OLE color: 7073977.

HSL color Cylindrical-coordinate representation of color #B9F06B: hue angle of 84.81º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9F06B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 107 -
CMYK 0.23 0 0.55 0.06
HSL 84.81º 0.82% 0.68% -
HSV(B) 84.81º 0.55% 0.94% -
XYZ 53.82 73.7 25.3 -
YUV 208.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 185 240 107 0.23 0 0.55 0.06 84.81 0.82 0.68
Hex B9 F0 6B 17 0 37 6 55 52 44
Octal 271 360 153 27 0 67 6 125 122 104
Binary 10111001 11110000 1101011 10111 0 110111 110 1010101 1010010 1000100

Color Harmonies of #B9F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F06B

Black with #B9F06B

Text Example


Text Example

White with #B9F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F06B; }

 p { color: rgb(185,240,107); }

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

background-color css

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

 a { background-color: rgb(185,240,107); }

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

border-color css

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

 span { border-color: rgb(185,240,107); }

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