Html Css Color HEX #B1C82D Bahia

📋 copy color: '#B1C82D'

red 177 ◦ green 200 ◦ blue 45

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

Shades of Bahia #B1C82D

Tints of Bahia #B1C82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 41.94%
G = 47.39%
B = 10.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#B1C82D (or 0xB1C82D) is known color: Bahia. HEX triplet: B1, C8 and 2D. RGB value is (177,200,45). Sum of RGB (Red+Green+Blue) = 177+200+45=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C82D is #4E37D2. Grayscale: #B0B0B0. Windows color (decimal): -5126099 or 3000497. OLE color: 3000497.

HSL color Cylindrical-coordinate representation of color #B1C82D: hue angle of 68.9º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1C82D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 45 -
CMYK 0.12 0 0.78 0.22
HSL 68.9º 0.63% 0.48% -
HSV(B) 68.9º 0.78% 0.78% -
XYZ 39.26 50.85 10.23 -
YUV 175.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 177 200 45 0.12 0 0.78 0.22 68.9 0.63 0.48
Hex B1 C8 2D C 0 4E 16 45 3F 30
Octal 261 310 55 14 0 116 26 105 77 60
Binary 10110001 11001000 101101 1100 0 1001110 10110 1000101 111111 110000

Color Harmonies of #B1C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C82D

Black with #B1C82D

Text Example


Text Example

White with #B1C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C82D; }

 p { color: rgb(177,200,45); }

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

background-color css

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

 a { background-color: rgb(177,200,45); }

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

border-color css

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

 span { border-color: rgb(177,200,45); }

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