Html Css Color HEX #B8BA34 Celery

📋 copy color: '#B8BA34'

red 184 ◦ green 186 ◦ blue 52

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

Shades of Celery #B8BA34

Tints of Celery #B8BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 43.6%
G = 44.08%
B = 12.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B8BA34 (or 0xB8BA34) is known color: Celery. HEX triplet: B8, BA and 34. RGB value is (184,186,52). Sum of RGB (Red+Green+Blue) = 184+186+52=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA34 is #4745CB. Grayscale: #AAAAAA. Windows color (decimal): -4670924 or 3455672. OLE color: 3455672.

HSL color Cylindrical-coordinate representation of color #B8BA34: hue angle of 60.9º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8BA34 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 186 52 -
CMYK 0.01 0 0.72 0.27
HSL 60.9º 0.56% 0.47% -
HSV(B) 60.9º 0.72% 0.73% -
XYZ 37.95 45.56 10.04 -
YUV 170.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 184 186 52 0.01 0 0.72 0.27 60.9 0.56 0.47
Hex B8 BA 34 1 0 48 1B 3D 38 2F
Octal 270 272 64 1 0 110 33 75 70 57
Binary 10111000 10111010 110100 1 0 1001000 11011 111101 111000 101111

Color Harmonies of #B8BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA34

Black with #B8BA34

Text Example


Text Example

White with #B8BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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