Html Css Color HEX #BCCB4A Celery

📋 copy color: '#BCCB4A'

red 188 ◦ green 203 ◦ blue 74

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

Shades of Celery #BCCB4A

Tints of Celery #BCCB4A

RGB

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

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

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

R = 40.43%
G = 43.66%
B = 15.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BCCB4A (or 0xBCCB4A) is known color: Celery. HEX triplet: BC, CB and 4A. RGB value is (188,203,74). Sum of RGB (Red+Green+Blue) = 188+203+74=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB4A is #4334B5. Grayscale: #B8B8B8. Windows color (decimal): -4404406 or 4901820. OLE color: 4901820.

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

Color convert

RGB 188 203 74 -
CMYK 0.07 0 0.64 0.20
HSL 66.98º 0.55% 0.54% -
HSV(B) 66.98º 0.64% 0.8% -
XYZ 43.33 53.9 14.6 -
YUV 183.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 188 203 74 0.07 0 0.64 0.20 66.98 0.55 0.54
Hex BC CB 4A 7 0 40 14 43 37 36
Octal 274 313 112 7 0 100 24 103 67 66
Binary 10111100 11001011 1001010 111 0 1000000 10100 1000011 110111 110110

Color Harmonies of #BCCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB4A

Black with #BCCB4A

Text Example


Text Example

White with #BCCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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