Html Css Color HEX #BBC949 Celery

📋 copy color: '#BBC949'

red 187 ◦ green 201 ◦ blue 73

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

Shades of Celery #BBC949

Tints of Celery #BBC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 40.56%
G = 43.6%
B = 15.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BBC949 (or 0xBBC949) is known color: Celery. HEX triplet: BB, C9 and 49. RGB value is (187,201,73). Sum of RGB (Red+Green+Blue) = 187+201+73=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC949 is #4436B6. Grayscale: #B6B6B6. Windows color (decimal): -4470455 or 4835771. OLE color: 4835771.

HSL color Cylindrical-coordinate representation of color #BBC949: hue angle of 66.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC949 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 73 -
CMYK 0.07 0 0.64 0.21
HSL 66.56º 0.54% 0.54% -
HSV(B) 66.56º 0.64% 0.79% -
XYZ 42.58 52.82 14.25 -
YUV 182.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 187 201 73 0.07 0 0.64 0.21 66.56 0.54 0.54
Hex BB C9 49 7 0 40 15 43 36 36
Octal 273 311 111 7 0 100 25 103 66 66
Binary 10111011 11001001 1001001 111 0 1000000 10101 1000011 110110 110110

Color Harmonies of #BBC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC949

Black with #BBC949

Text Example


Text Example

White with #BBC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC949; }

 p { color: rgb(187,201,73); }

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

background-color css

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

 a { background-color: rgb(187,201,73); }

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

border-color css

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

 span { border-color: rgb(187,201,73); }

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