Html Css Color HEX #B1C527 Bahia

📋 copy color: '#B1C527'

red 177 ◦ green 197 ◦ blue 39

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

Shades of Bahia #B1C527

Tints of Bahia #B1C527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 42.86%
G = 47.7%
B = 9.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#B1C527 (or 0xB1C527) is known color: Bahia. HEX triplet: B1, C5 and 27. RGB value is (177,197,39). Sum of RGB (Red+Green+Blue) = 177+197+39=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C527 is #4E3AD8. Grayscale: #ADADAD. Windows color (decimal): -5126873 or 2606513. OLE color: 2606513.

HSL color Cylindrical-coordinate representation of color #B1C527: hue angle of 67.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1C527 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 39 -
CMYK 0.10 0 0.80 0.23
HSL 67.59º 0.67% 0.46% -
HSV(B) 67.59º 0.8% 0.77% -
XYZ 38.46 49.43 9.43 -
YUV 173.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 177 197 39 0.10 0 0.80 0.23 67.59 0.67 0.46
Hex B1 C5 27 A 0 50 17 44 43 2E
Octal 261 305 47 12 0 120 27 104 103 56
Binary 10110001 11000101 100111 1010 0 1010000 10111 1000100 1000011 101110

Color Harmonies of #B1C527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C527

Black with #B1C527

Text Example


Text Example

White with #B1C527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C527; }

 p { color: rgb(177,197,39); }

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

background-color css

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

 a { background-color: rgb(177,197,39); }

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

border-color css

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

 span { border-color: rgb(177,197,39); }

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