Html Css Color HEX #B8BA4A Celery

📋 copy color: '#B8BA4A'

red 184 ◦ green 186 ◦ blue 74

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

Shades of Celery #B8BA4A

Tints of Celery #B8BA4A

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

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

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

R = 41.44%
G = 41.89%
B = 16.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#B8BA4A (or 0xB8BA4A) is known color: Celery. HEX triplet: B8, BA and 4A. RGB value is (184,186,74). Sum of RGB (Red+Green+Blue) = 184+186+74=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA4A is #4745B5. Grayscale: #ADADAD. Windows color (decimal): -4670902 or 4897464. OLE color: 4897464.

HSL color Cylindrical-coordinate representation of color #B8BA4A: hue angle of 61.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8BA4A is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 186 74 -
CMYK 0.01 0 0.60 0.27
HSL 61.07º 0.45% 0.51% -
HSV(B) 61.07º 0.6% 0.73% -
XYZ 38.56 45.8 13.29 -
YUV 172.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 184 186 74 0.01 0 0.60 0.27 61.07 0.45 0.51
Hex B8 BA 4A 1 0 3C 1B 3D 2D 33
Octal 270 272 112 1 0 74 33 75 55 63
Binary 10111000 10111010 1001010 1 0 111100 11011 111101 101101 110011

Color Harmonies of #B8BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA4A

Black with #B8BA4A

Text Example


Text Example

White with #B8BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA4A; }

 p { color: rgb(184,186,74); }

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

background-color css

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

 a { background-color: rgb(184,186,74); }

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

border-color css

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

 span { border-color: rgb(184,186,74); }

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