Html Css Color HEX #BBED7A Sulu

📋 copy color: '#BBED7A'

red 187 ◦ green 237 ◦ blue 122

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

Shades of Sulu #BBED7A

Tints of Sulu #BBED7A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.41%

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 34.25%
G = 43.41%
B = 22.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#BBED7A (or 0xBBED7A) is known color: Sulu. HEX triplet: BB, ED and 7A. RGB value is (187,237,122). Sum of RGB (Red+Green+Blue) = 187+237+122=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED7A is #441285. Grayscale: #D1D1D1. Windows color (decimal): -4461190 or 8056251. OLE color: 8056251.

HSL color Cylindrical-coordinate representation of color #BBED7A: hue angle of 86.09º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBED7A is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 122 -
CMYK 0.21 0 0.49 0.07
HSL 86.09º 0.76% 0.7% -
HSV(B) 86.09º 0.49% 0.93% -
XYZ 54.29 72.54 29.55 -
YUV 208.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 187 237 122 0.21 0 0.49 0.07 86.09 0.76 0.7
Hex BB ED 7A 15 0 31 7 56 4C 46
Octal 273 355 172 25 0 61 7 126 114 106
Binary 10111011 11101101 1111010 10101 0 110001 111 1010110 1001100 1000110

Color Harmonies of #BBED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED7A

Black with #BBED7A

Text Example


Text Example

White with #BBED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED7A; }

 p { color: rgb(187,237,122); }

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

background-color css

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

 a { background-color: rgb(187,237,122); }

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

border-color css

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

 span { border-color: rgb(187,237,122); }

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