Html Css Color HEX #BBC245 Celery

📋 copy color: '#BBC245'

red 187 ◦ green 194 ◦ blue 69

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

Shades of Celery #BBC245

Tints of Celery #BBC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

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

R = 41.56%
G = 43.11%
B = 15.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BBC245 (or 0xBBC245) is known color: Celery. HEX triplet: BB, C2 and 45. RGB value is (187,194,69). Sum of RGB (Red+Green+Blue) = 187+194+69=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC245 is #443DBA. Grayscale: #B2B2B2. Windows color (decimal): -4472251 or 4571835. OLE color: 4571835.

HSL color Cylindrical-coordinate representation of color #BBC245: hue angle of 63.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC245 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 69 -
CMYK 0.04 0 0.64 0.24
HSL 63.36º 0.51% 0.52% -
HSV(B) 63.36º 0.64% 0.76% -
XYZ 40.86 49.58 13.05 -
YUV 177.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 187 194 69 0.04 0 0.64 0.24 63.36 0.51 0.52
Hex BB C2 45 4 0 40 18 3F 33 34
Octal 273 302 105 4 0 100 30 77 63 64
Binary 10111011 11000010 1000101 100 0 1000000 11000 111111 110011 110100

Color Harmonies of #BBC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC245

Black with #BBC245

Text Example


Text Example

White with #BBC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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