Html Css Color HEX #BCBA4B Celery

📋 copy color: '#BCBA4B'

red 188 ◦ green 186 ◦ blue 75

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

Shades of Celery #BCBA4B

Tints of Celery #BCBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 41.87%
G = 41.43%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCBA4B (or 0xBCBA4B) is known color: Celery. HEX triplet: BC, BA and 4B. RGB value is (188,186,75). Sum of RGB (Red+Green+Blue) = 188+186+75=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA4B is #4345B4. Grayscale: #AEAEAE. Windows color (decimal): -4408757 or 4963004. OLE color: 4963004.

HSL color Cylindrical-coordinate representation of color #BCBA4B: hue angle of 58.94º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCBA4B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 75 -
CMYK 0 0.01 0.60 0.26
HSL 58.94º 0.46% 0.52% -
HSV(B) 58.94º 0.6% 0.74% -
XYZ 39.57 46.32 13.51 -
YUV 173.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 188 186 75 0 0.01 0.60 0.26 58.94 0.46 0.52
Hex BC BA 4B 0 1 3C 1A 3B 2E 34
Octal 274 272 113 0 1 74 32 73 56 64
Binary 10111100 10111010 1001011 0 1 111100 11010 111011 101110 110100

Color Harmonies of #BCBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA4B

Black with #BCBA4B

Text Example


Text Example

White with #BCBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA4B; }

 p { color: rgb(188,186,75); }

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

background-color css

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

 a { background-color: rgb(188,186,75); }

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

border-color css

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

 span { border-color: rgb(188,186,75); }

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