Html Css Color HEX #BBC045 Celery

📋 copy color: '#BBC045'

red 187 ◦ green 192 ◦ blue 69

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

Shades of Celery #BBC045

Tints of Celery #BBC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 41.74%
G = 42.86%
B = 15.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BBC045 (or 0xBBC045) is known color: Celery. HEX triplet: BB, C0 and 45. RGB value is (187,192,69). Sum of RGB (Red+Green+Blue) = 187+192+69=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC045 is #443FBA. Grayscale: #B0B0B0. Windows color (decimal): -4472763 or 4571323. OLE color: 4571323.

HSL color Cylindrical-coordinate representation of color #BBC045: hue angle of 62.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC045 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 69 -
CMYK 0.03 0 0.64 0.25
HSL 62.44º 0.49% 0.51% -
HSV(B) 62.44º 0.64% 0.75% -
XYZ 40.42 48.69 12.9 -
YUV 176.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 187 192 69 0.03 0 0.64 0.25 62.44 0.49 0.51
Hex BB C0 45 3 0 40 19 3E 31 33
Octal 273 300 105 3 0 100 31 76 61 63
Binary 10111011 11000000 1000101 11 0 1000000 11001 111110 110001 110011

Color Harmonies of #BBC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC045

Black with #BBC045

Text Example


Text Example

White with #BBC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC045; }

 p { color: rgb(187,192,69); }

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

background-color css

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

 a { background-color: rgb(187,192,69); }

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

border-color css

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

 span { border-color: rgb(187,192,69); }

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