Html Css Color HEX #B1BD35 Celery

📋 copy color: '#B1BD35'

red 177 ◦ green 189 ◦ blue 53

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

Shades of Celery #B1BD35

Tints of Celery #B1BD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 42.24%
G = 45.11%
B = 12.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B1BD35 (or 0xB1BD35) is known color: Celery. HEX triplet: B1, BD and 35. RGB value is (177,189,53). Sum of RGB (Red+Green+Blue) = 177+189+53=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD35 is #4E42CA. Grayscale: #AAAAAA. Windows color (decimal): -5128907 or 3521969. OLE color: 3521969.

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

Color convert

RGB 177 189 53 -
CMYK 0.06 0 0.72 0.26
HSL 65.29º 0.56% 0.47% -
HSV(B) 65.29º 0.72% 0.74% -
XYZ 36.97 46 10.3 -
YUV 169.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 177 189 53 0.06 0 0.72 0.26 65.29 0.56 0.47
Hex B1 BD 35 6 0 48 1A 41 38 2F
Octal 261 275 65 6 0 110 32 101 70 57
Binary 10110001 10111101 110101 110 0 1001000 11010 1000001 111000 101111

Color Harmonies of #B1BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD35

Black with #B1BD35

Text Example


Text Example

White with #B1BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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