Html Css Color HEX #BBC140 Celery

📋 copy color: '#BBC140'

red 187 ◦ green 193 ◦ blue 64

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

Shades of Celery #BBC140

Tints of Celery #BBC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 42.12%
G = 43.47%
B = 14.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BBC140 (or 0xBBC140) is known color: Celery. HEX triplet: BB, C1 and 40. RGB value is (187,193,64). Sum of RGB (Red+Green+Blue) = 187+193+64=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC140 is #443EBF. Grayscale: #B1B1B1. Windows color (decimal): -4472512 or 4243899. OLE color: 4243899.

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

Color convert

RGB 187 193 64 -
CMYK 0.03 0 0.67 0.24
HSL 62.79º 0.51% 0.5% -
HSV(B) 62.79º 0.67% 0.76% -
XYZ 40.49 49.07 12.19 -
YUV 176.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 187 193 64 0.03 0 0.67 0.24 62.79 0.51 0.5
Hex BB C1 40 3 0 43 18 3F 33 32
Octal 273 301 100 3 0 103 30 77 63 62
Binary 10111011 11000001 1000000 11 0 1000011 11000 111111 110011 110010

Color Harmonies of #BBC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC140

Black with #BBC140

Text Example


Text Example

White with #BBC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC140; }

 p { color: rgb(187,193,64); }

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

background-color css

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

 a { background-color: rgb(187,193,64); }

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

border-color css

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

 span { border-color: rgb(187,193,64); }

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