Html Css Color HEX #BBDA73 Sulu

📋 copy color: '#BBDA73'

red 187 ◦ green 218 ◦ blue 115

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

Shades of Sulu #BBDA73

Tints of Sulu #BBDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 35.96%
G = 41.92%
B = 22.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BBDA73 (or 0xBBDA73) is known color: Sulu. HEX triplet: BB, DA and 73. RGB value is (187,218,115). Sum of RGB (Red+Green+Blue) = 187+218+115=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA73 is #44258C. Grayscale: #C5C5C5. Windows color (decimal): -4466061 or 7592635. OLE color: 7592635.

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

Color convert

RGB 187 218 115 -
CMYK 0.14 0 0.47 0.15
HSL 78.06º 0.58% 0.65% -
HSV(B) 78.06º 0.47% 0.85% -
XYZ 48.66 61.95 25.61 -
YUV 196.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 187 218 115 0.14 0 0.47 0.15 78.06 0.58 0.65
Hex BB DA 73 E 0 2F F 4E 3A 41
Octal 273 332 163 16 0 57 17 116 72 101
Binary 10111011 11011010 1110011 1110 0 101111 1111 1001110 111010 1000001

Color Harmonies of #BBDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA73

Black with #BBDA73

Text Example


Text Example

White with #BBDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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