Html Css Color HEX #B1C01E Bahia

📋 copy color: '#B1C01E'

red 177 ◦ green 192 ◦ blue 30

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

Shades of Bahia #B1C01E

Tints of Bahia #B1C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 44.36%
G = 48.12%
B = 7.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B1C01E (or 0xB1C01E) is known color: Bahia. HEX triplet: B1, C0 and 1E. RGB value is (177,192,30). Sum of RGB (Red+Green+Blue) = 177+192+30=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C01E is #4E3FE1. Grayscale: #A9A9A9. Windows color (decimal): -5128162 or 2015409. OLE color: 2015409.

HSL color Cylindrical-coordinate representation of color #B1C01E: hue angle of 65.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C01E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 30 -
CMYK 0.08 0 0.84 0.25
HSL 65.56º 0.73% 0.44% -
HSV(B) 65.56º 0.84% 0.75% -
XYZ 37.22 47.14 8.37 -
YUV 169.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 177 192 30 0.08 0 0.84 0.25 65.56 0.73 0.44
Hex B1 C0 1E 8 0 54 19 42 49 2C
Octal 261 300 36 10 0 124 31 102 111 54
Binary 10110001 11000000 11110 1000 0 1010100 11001 1000010 1001001 101100

Color Harmonies of #B1C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C01E

Black with #B1C01E

Text Example


Text Example

White with #B1C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C01E; }

 p { color: rgb(177,192,30); }

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

background-color css

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

 a { background-color: rgb(177,192,30); }

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

border-color css

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

 span { border-color: rgb(177,192,30); }

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