Html Css Color HEX #B1C023 Bahia

📋 copy color: '#B1C023'

red 177 ◦ green 192 ◦ blue 35

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

Shades of Bahia #B1C023

Tints of Bahia #B1C023

RGB

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

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

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

R = 43.81%
G = 47.52%
B = 8.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#B1C023 (or 0xB1C023) is known color: Bahia. HEX triplet: B1, C0 and 23. RGB value is (177,192,35). Sum of RGB (Red+Green+Blue) = 177+192+35=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C023 is #4E3FDC. Grayscale: #AAAAAA. Windows color (decimal): -5128157 or 2343089. OLE color: 2343089.

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

Color convert

RGB 177 192 35 -
CMYK 0.08 0 0.82 0.25
HSL 65.73º 0.69% 0.45% -
HSV(B) 65.73º 0.82% 0.75% -
XYZ 37.28 47.17 8.73 -
YUV 169.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 177 192 35 0.08 0 0.82 0.25 65.73 0.69 0.45
Hex B1 C0 23 8 0 52 19 42 45 2D
Octal 261 300 43 10 0 122 31 102 105 55
Binary 10110001 11000000 100011 1000 0 1010010 11001 1000010 1000101 101101

Color Harmonies of #B1C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C023

Black with #B1C023

Text Example


Text Example

White with #B1C023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C023; }

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

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

background-color css

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

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

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

border-color css

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

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

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