Html Css Color HEX #B1BD36 Celery

📋 copy color: '#B1BD36'

red 177 ◦ green 189 ◦ blue 54

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

Shades of Celery #B1BD36

Tints of Celery #B1BD36

RGB

 RED value IS 177 (69.53% from 255) = 42.14%

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

 BLUE value IS 54 (21.48% from 255) = 12.86%

R = 42.14%
G = 45%
B = 12.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#B1BD36 (or 0xB1BD36) is known color: Celery. HEX triplet: B1, BD and 36. RGB value is (177,189,54). Sum of RGB (Red+Green+Blue) = 177+189+54=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD36 is #4E42C9. Grayscale: #AAAAAA. Windows color (decimal): -5128906 or 3587505. OLE color: 3587505.

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

Color convert

RGB 177 189 54 -
CMYK 0.06 0 0.71 0.26
HSL 65.33º 0.56% 0.48% -
HSV(B) 65.33º 0.71% 0.74% -
XYZ 36.99 46.01 10.42 -
YUV 170.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 177 189 54 0.06 0 0.71 0.26 65.33 0.56 0.48
Hex B1 BD 36 6 0 47 1A 41 38 30
Octal 261 275 66 6 0 107 32 101 70 60
Binary 10110001 10111101 110110 110 0 1000111 11010 1000001 111000 110000

Color Harmonies of #B1BD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD36

Black with #B1BD36

Text Example


Text Example

White with #B1BD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD36; }

 p { color: rgb(177,189,54); }

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

background-color css

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

 a { background-color: rgb(177,189,54); }

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

border-color css

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

 span { border-color: rgb(177,189,54); }

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