Html Css Color HEX #BBDA6F Sulu

📋 copy color: '#BBDA6F'

red 187 ◦ green 218 ◦ blue 111

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

Shades of Sulu #BBDA6F

Tints of Sulu #BBDA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 36.24%
G = 42.25%
B = 21.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BBDA6F (or 0xBBDA6F) is known color: Sulu. HEX triplet: BB, DA and 6F. RGB value is (187,218,111). Sum of RGB (Red+Green+Blue) = 187+218+111=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA6F is #442590. Grayscale: #C4C4C4. Windows color (decimal): -4466065 or 7330491. OLE color: 7330491.

HSL color Cylindrical-coordinate representation of color #BBDA6F: hue angle of 77.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBDA6F is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 111 -
CMYK 0.14 0 0.49 0.15
HSL 77.38º 0.59% 0.65% -
HSV(B) 77.38º 0.49% 0.85% -
XYZ 48.43 61.86 24.43 -
YUV 196.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 187 218 111 0.14 0 0.49 0.15 77.38 0.59 0.65
Hex BB DA 6F E 0 31 F 4D 3B 41
Octal 273 332 157 16 0 61 17 115 73 101
Binary 10111011 11011010 1101111 1110 0 110001 1111 1001101 111011 1000001

Color Harmonies of #BBDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA6F

Black with #BBDA6F

Text Example


Text Example

White with #BBDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA6F; }

 p { color: rgb(187,218,111); }

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

background-color css

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

 a { background-color: rgb(187,218,111); }

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

border-color css

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

 span { border-color: rgb(187,218,111); }

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