Html Css Color HEX #B4BD3F Celery

📋 copy color: '#B4BD3F'

red 180 ◦ green 189 ◦ blue 63

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

Shades of Celery #B4BD3F

Tints of Celery #B4BD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.58%

R = 41.67%
G = 43.75%
B = 14.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#B4BD3F (or 0xB4BD3F) is known color: Celery. HEX triplet: B4, BD and 3F. RGB value is (180,189,63). Sum of RGB (Red+Green+Blue) = 180+189+63=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD3F is #4B42C0. Grayscale: #ACACAC. Windows color (decimal): -4932289 or 4177332. OLE color: 4177332.

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

Color convert

RGB 180 189 63 -
CMYK 0.05 0 0.67 0.26
HSL 64.29º 0.5% 0.49% -
HSV(B) 64.29º 0.67% 0.74% -
XYZ 37.92 46.46 11.67 -
YUV 171.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 180 189 63 0.05 0 0.67 0.26 64.29 0.5 0.49
Hex B4 BD 3F 5 0 43 1A 40 32 31
Octal 264 275 77 5 0 103 32 100 62 61
Binary 10110100 10111101 111111 101 0 1000011 11010 1000000 110010 110001

Color Harmonies of #B4BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD3F

Black with #B4BD3F

Text Example


Text Example

White with #B4BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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