Html Css Color HEX #B4BA42 Celery

📋 copy color: '#B4BA42'

red 180 ◦ green 186 ◦ blue 66

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

Shades of Celery #B4BA42

Tints of Celery #B4BA42

RGB

 RED value IS 180 (70.7% from 255) = 41.67%

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

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 41.67%
G = 43.06%
B = 15.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B4BA42 (or 0xB4BA42) is known color: Celery. HEX triplet: B4, BA and 42. RGB value is (180,186,66). Sum of RGB (Red+Green+Blue) = 180+186+66=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA42 is #4B45BD. Grayscale: #ABABAB. Windows color (decimal): -4933054 or 4373172. OLE color: 4373172.

HSL color Cylindrical-coordinate representation of color #B4BA42: hue angle of 63º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4BA42 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 66 -
CMYK 0.03 0 0.65 0.27
HSL 63º 0.48% 0.49% -
HSV(B) 63º 0.65% 0.73% -
XYZ 37.36 45.21 11.91 -
YUV 170.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 180 186 66 0.03 0 0.65 0.27 63 0.48 0.49
Hex B4 BA 42 3 0 41 1B 3F 30 31
Octal 264 272 102 3 0 101 33 77 60 61
Binary 10110100 10111010 1000010 11 0 1000001 11011 111111 110000 110001

Color Harmonies of #B4BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA42

Black with #B4BA42

Text Example


Text Example

White with #B4BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA42; }

 p { color: rgb(180,186,66); }

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

background-color css

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

 a { background-color: rgb(180,186,66); }

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

border-color css

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

 span { border-color: rgb(180,186,66); }

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