Html Css Color HEX #BBC141 Celery

📋 copy color: '#BBC141'

red 187 ◦ green 193 ◦ blue 65

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

Shades of Celery #BBC141

Tints of Celery #BBC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 42.02%
G = 43.37%
B = 14.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BBC141 (or 0xBBC141) is known color: Celery. HEX triplet: BB, C1 and 41. RGB value is (187,193,65). Sum of RGB (Red+Green+Blue) = 187+193+65=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC141 is #443EBE. Grayscale: #B1B1B1. Windows color (decimal): -4472511 or 4309435. OLE color: 4309435.

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

Color convert

RGB 187 193 65 -
CMYK 0.03 0 0.66 0.24
HSL 62.81º 0.51% 0.51% -
HSV(B) 62.81º 0.66% 0.76% -
XYZ 40.52 49.09 12.34 -
YUV 176.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 187 193 65 0.03 0 0.66 0.24 62.81 0.51 0.51
Hex BB C1 41 3 0 42 18 3F 33 33
Octal 273 301 101 3 0 102 30 77 63 63
Binary 10111011 11000001 1000001 11 0 1000010 11000 111111 110011 110011

Color Harmonies of #BBC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC141

Black with #BBC141

Text Example


Text Example

White with #BBC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC141; }

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

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

background-color css

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

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

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

border-color css

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

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

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