Html Css Color HEX #B4BD3A Celery

📋 copy color: '#B4BD3A'

red 180 ◦ green 189 ◦ blue 58

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

Shades of Celery #B4BD3A

Tints of Celery #B4BD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 42.15%
G = 44.26%
B = 13.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#B4BD3A (or 0xB4BD3A) is known color: Celery. HEX triplet: B4, BD and 3A. RGB value is (180,189,58). Sum of RGB (Red+Green+Blue) = 180+189+58=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD3A is #4B42C5. Grayscale: #ABABAB. Windows color (decimal): -4932294 or 3849652. OLE color: 3849652.

HSL color Cylindrical-coordinate representation of color #B4BD3A: hue angle of 64.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4BD3A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 58 -
CMYK 0.05 0 0.69 0.26
HSL 64.12º 0.53% 0.48% -
HSV(B) 64.12º 0.69% 0.74% -
XYZ 37.78 46.4 10.97 -
YUV 171.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 180 189 58 0.05 0 0.69 0.26 64.12 0.53 0.48
Hex B4 BD 3A 5 0 45 1A 40 35 30
Octal 264 275 72 5 0 105 32 100 65 60
Binary 10110100 10111101 111010 101 0 1000101 11010 1000000 110101 110000

Color Harmonies of #B4BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD3A

Black with #B4BD3A

Text Example


Text Example

White with #B4BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD3A; }

 p { color: rgb(180,189,58); }

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

background-color css

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

 a { background-color: rgb(180,189,58); }

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

border-color css

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

 span { border-color: rgb(180,189,58); }

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