Html Css Color HEX #BCCA4A Celery

📋 copy color: '#BCCA4A'

red 188 ◦ green 202 ◦ blue 74

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

Shades of Celery #BCCA4A

Tints of Celery #BCCA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 40.52%
G = 43.53%
B = 15.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#BCCA4A (or 0xBCCA4A) is known color: Celery. HEX triplet: BC, CA and 4A. RGB value is (188,202,74). Sum of RGB (Red+Green+Blue) = 188+202+74=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA4A is #4335B5. Grayscale: #B7B7B7. Windows color (decimal): -4404662 or 4901564. OLE color: 4901564.

HSL color Cylindrical-coordinate representation of color #BCCA4A: hue angle of 66.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCCA4A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 74 -
CMYK 0.07 0 0.63 0.21
HSL 66.56º 0.55% 0.54% -
HSV(B) 66.56º 0.63% 0.79% -
XYZ 43.1 53.43 14.52 -
YUV 183.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 188 202 74 0.07 0 0.63 0.21 66.56 0.55 0.54
Hex BC CA 4A 7 0 3F 15 43 37 36
Octal 274 312 112 7 0 77 25 103 67 66
Binary 10111100 11001010 1001010 111 0 111111 10101 1000011 110111 110110

Color Harmonies of #BCCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA4A

Black with #BCCA4A

Text Example


Text Example

White with #BCCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA4A; }

 p { color: rgb(188,202,74); }

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

background-color css

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

 a { background-color: rgb(188,202,74); }

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

border-color css

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

 span { border-color: rgb(188,202,74); }

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