Html Css Color HEX #B4BD38 Celery

📋 copy color: '#B4BD38'

red 180 ◦ green 189 ◦ blue 56

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

Shades of Celery #B4BD38

Tints of Celery #B4BD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 42.35%
G = 44.47%
B = 13.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#B4BD38 (or 0xB4BD38) is known color: Celery. HEX triplet: B4, BD and 38. RGB value is (180,189,56). Sum of RGB (Red+Green+Blue) = 180+189+56=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD38 is #4B42C7. Grayscale: #ABABAB. Windows color (decimal): -4932296 or 3718580. OLE color: 3718580.

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

Color convert

RGB 180 189 56 -
CMYK 0.05 0 0.70 0.26
HSL 64.06º 0.54% 0.48% -
HSV(B) 64.06º 0.7% 0.74% -
XYZ 37.73 46.38 10.71 -
YUV 171.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 180 189 56 0.05 0 0.70 0.26 64.06 0.54 0.48
Hex B4 BD 38 5 0 46 1A 40 36 30
Octal 264 275 70 5 0 106 32 100 66 60
Binary 10110100 10111101 111000 101 0 1000110 11010 1000000 110110 110000

Color Harmonies of #B4BD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD38

Black with #B4BD38

Text Example


Text Example

White with #B4BD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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