Html Css Color HEX #BCCB48 Celery

📋 copy color: '#BCCB48'

red 188 ◦ green 203 ◦ blue 72

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

Shades of Celery #BCCB48

Tints of Celery #BCCB48

RGB

 RED value IS 188 (73.83% from 255) = 40.6%

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 40.6%
G = 43.84%
B = 15.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BCCB48 (or 0xBCCB48) is known color: Celery. HEX triplet: BC, CB and 48. RGB value is (188,203,72). Sum of RGB (Red+Green+Blue) = 188+203+72=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB48 is #4334B7. Grayscale: #B8B8B8. Windows color (decimal): -4404408 or 4770748. OLE color: 4770748.

HSL color Cylindrical-coordinate representation of color #BCCB48: hue angle of 66.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCCB48 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 72 -
CMYK 0.07 0 0.65 0.20
HSL 66.87º 0.56% 0.54% -
HSV(B) 66.87º 0.65% 0.8% -
XYZ 43.26 53.87 14.25 -
YUV 183.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 188 203 72 0.07 0 0.65 0.20 66.87 0.56 0.54
Hex BC CB 48 7 0 41 14 43 38 36
Octal 274 313 110 7 0 101 24 103 70 66
Binary 10111100 11001011 1001000 111 0 1000001 10100 1000011 111000 110110

Color Harmonies of #BCCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB48

Black with #BCCB48

Text Example


Text Example

White with #BCCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB48; }

 p { color: rgb(188,203,72); }

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

background-color css

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

 a { background-color: rgb(188,203,72); }

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

border-color css

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

 span { border-color: rgb(188,203,72); }

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