Html Css Color HEX #BBDC7A Sulu

📋 copy color: '#BBDC7A'

red 187 ◦ green 220 ◦ blue 122

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

Shades of Sulu #BBDC7A

Tints of Sulu #BBDC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.59%

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

R = 35.35%
G = 41.59%
B = 23.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#BBDC7A (or 0xBBDC7A) is known color: Sulu. HEX triplet: BB, DC and 7A. RGB value is (187,220,122). Sum of RGB (Red+Green+Blue) = 187+220+122=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7A is #442385. Grayscale: #C7C7C7. Windows color (decimal): -4465542 or 8051899. OLE color: 8051899.

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

Color convert

RGB 187 220 122 -
CMYK 0.15 0 0.45 0.14
HSL 80.2º 0.58% 0.67% -
HSV(B) 80.2º 0.45% 0.86% -
XYZ 49.6 63.16 27.99 -
YUV 198.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 187 220 122 0.15 0 0.45 0.14 80.2 0.58 0.67
Hex BB DC 7A F 0 2D E 50 3A 43
Octal 273 334 172 17 0 55 16 120 72 103
Binary 10111011 11011100 1111010 1111 0 101101 1110 1010000 111010 1000011

Color Harmonies of #BBDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC7A

Black with #BBDC7A

Text Example


Text Example

White with #BBDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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