Html Css Color HEX #B1C426 Bahia

📋 copy color: '#B1C426'

red 177 ◦ green 196 ◦ blue 38

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

Shades of Bahia #B1C426

Tints of Bahia #B1C426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 38 (15.23% from 255) = 9.25%

R = 43.07%
G = 47.69%
B = 9.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#B1C426 (or 0xB1C426) is known color: Bahia. HEX triplet: B1, C4 and 26. RGB value is (177,196,38). Sum of RGB (Red+Green+Blue) = 177+196+38=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C426 is #4E3BD9. Grayscale: #ACACAC. Windows color (decimal): -5127130 or 2540721. OLE color: 2540721.

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

Color convert

RGB 177 196 38 -
CMYK 0.10 0 0.81 0.23
HSL 67.22º 0.68% 0.46% -
HSV(B) 67.22º 0.81% 0.77% -
XYZ 38.22 48.97 9.27 -
YUV 172.31 52.21 131.35 -
System Red Green Blue C M Y K H S L
Decimal 177 196 38 0.10 0 0.81 0.23 67.22 0.68 0.46
Hex B1 C4 26 A 0 51 17 43 44 2E
Octal 261 304 46 12 0 121 27 103 104 56
Binary 10110001 11000100 100110 1010 0 1010001 10111 1000011 1000100 101110

Color Harmonies of #B1C426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C426

Black with #B1C426

Text Example


Text Example

White with #B1C426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C426; }

 p { color: rgb(177,196,38); }

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

background-color css

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

 a { background-color: rgb(177,196,38); }

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

border-color css

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

 span { border-color: rgb(177,196,38); }

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