Html Css Color HEX #BCC34A Celery

📋 copy color: '#BCC34A'

red 188 ◦ green 195 ◦ blue 74

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

Shades of Celery #BCC34A

Tints of Celery #BCC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

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

R = 41.14%
G = 42.67%
B = 16.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BCC34A (or 0xBCC34A) is known color: Celery. HEX triplet: BC, C3 and 4A. RGB value is (188,195,74). Sum of RGB (Red+Green+Blue) = 188+195+74=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC34A is #433CB5. Grayscale: #B3B3B3. Windows color (decimal): -4406454 or 4899772. OLE color: 4899772.

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

Color convert

RGB 188 195 74 -
CMYK 0.04 0 0.62 0.24
HSL 63.47º 0.5% 0.53% -
HSV(B) 63.47º 0.62% 0.76% -
XYZ 41.49 50.22 13.98 -
YUV 179.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 188 195 74 0.04 0 0.62 0.24 63.47 0.5 0.53
Hex BC C3 4A 4 0 3E 18 3F 32 35
Octal 274 303 112 4 0 76 30 77 62 65
Binary 10111100 11000011 1001010 100 0 111110 11000 111111 110010 110101

Color Harmonies of #BCC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC34A

Black with #BCC34A

Text Example


Text Example

White with #BCC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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