Html Css Color HEX #B1C223 Bahia

📋 copy color: '#B1C223'

red 177 ◦ green 194 ◦ blue 35

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

Shades of Bahia #B1C223

Tints of Bahia #B1C223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.78%

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 43.6%
G = 47.78%
B = 8.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#B1C223 (or 0xB1C223) is known color: Bahia. HEX triplet: B1, C2 and 23. RGB value is (177,194,35). Sum of RGB (Red+Green+Blue) = 177+194+35=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C223 is #4E3DDC. Grayscale: #ABABAB. Windows color (decimal): -5127645 or 2343601. OLE color: 2343601.

HSL color Cylindrical-coordinate representation of color #B1C223: hue angle of 66.42º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1C223 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 35 -
CMYK 0.09 0 0.82 0.24
HSL 66.42º 0.69% 0.45% -
HSV(B) 66.42º 0.82% 0.76% -
XYZ 37.73 48.05 8.88 -
YUV 170.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 177 194 35 0.09 0 0.82 0.24 66.42 0.69 0.45
Hex B1 C2 23 9 0 52 18 42 45 2D
Octal 261 302 43 11 0 122 30 102 105 55
Binary 10110001 11000010 100011 1001 0 1010010 11000 1000010 1000101 101101

Color Harmonies of #B1C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C223

Black with #B1C223

Text Example


Text Example

White with #B1C223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C223; }

 p { color: rgb(177,194,35); }

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

background-color css

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

 a { background-color: rgb(177,194,35); }

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

border-color css

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

 span { border-color: rgb(177,194,35); }

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