Html Css Color HEX #B4BD4B Celery

📋 copy color: '#B4BD4B'

red 180 ◦ green 189 ◦ blue 75

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

Shades of Celery #B4BD4B

Tints of Celery #B4BD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 40.54%
G = 42.57%
B = 16.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#B4BD4B (or 0xB4BD4B) is known color: Celery. HEX triplet: B4, BD and 4B. RGB value is (180,189,75). Sum of RGB (Red+Green+Blue) = 180+189+75=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD4B is #4B42B4. Grayscale: #ADADAD. Windows color (decimal): -4932277 or 4963764. OLE color: 4963764.

HSL color Cylindrical-coordinate representation of color #B4BD4B: hue angle of 64.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4BD4B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 75 -
CMYK 0.05 0 0.60 0.26
HSL 64.74º 0.46% 0.52% -
HSV(B) 64.74º 0.6% 0.74% -
XYZ 38.29 46.61 13.63 -
YUV 173.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 180 189 75 0.05 0 0.60 0.26 64.74 0.46 0.52
Hex B4 BD 4B 5 0 3C 1A 41 2E 34
Octal 264 275 113 5 0 74 32 101 56 64
Binary 10110100 10111101 1001011 101 0 111100 11010 1000001 101110 110100

Color Harmonies of #B4BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD4B

Black with #B4BD4B

Text Example


Text Example

White with #B4BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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