Html Css Color HEX #BBC948 Celery

📋 copy color: '#BBC948'

red 187 ◦ green 201 ◦ blue 72

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

Shades of Celery #BBC948

Tints of Celery #BBC948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 40.65%
G = 43.7%
B = 15.65%

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

#BBC948 (or 0xBBC948) is known color: Celery. HEX triplet: BB, C9 and 48. RGB value is (187,201,72). Sum of RGB (Red+Green+Blue) = 187+201+72=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC948 is #4436B7. Grayscale: #B6B6B6. Windows color (decimal): -4470456 or 4770235. OLE color: 4770235.

HSL color Cylindrical-coordinate representation of color #BBC948: hue angle of 66.51º 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 #BBC948 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 72 -
CMYK 0.07 0 0.64 0.21
HSL 66.51º 0.54% 0.54% -
HSV(B) 66.51º 0.64% 0.79% -
XYZ 42.55 52.81 14.08 -
YUV 182.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 187 201 72 0.07 0 0.64 0.21 66.51 0.54 0.54
Hex BB C9 48 7 0 40 15 43 36 36
Octal 273 311 110 7 0 100 25 103 66 66
Binary 10111011 11001001 1001000 111 0 1000000 10101 1000011 110110 110110

Color Harmonies of #BBC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC948

Black with #BBC948

Text Example


Text Example

White with #BBC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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