Html Css Color HEX #B0C31E Bahia

📋 copy color: '#B0C31E'

red 176 ◦ green 195 ◦ blue 30

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

Shades of Bahia #B0C31E

Tints of Bahia #B0C31E

RGB

 RED value IS 176 (69.14% from 255) = 43.89%

 GREEN value IS 195 (76.56% from 255) = 48.63%

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

R = 43.89%
G = 48.63%
B = 7.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B0C31E (or 0xB0C31E) is known color: Bahia. HEX triplet: B0, C3 and 1E. RGB value is (176,195,30). Sum of RGB (Red+Green+Blue) = 176+195+30=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C31E is #4F3CE1. Grayscale: #ABABAB. Windows color (decimal): -5192930 or 2016176. OLE color: 2016176.

HSL color Cylindrical-coordinate representation of color #B0C31E: hue angle of 66.91º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0C31E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 30 -
CMYK 0.10 0 0.85 0.24
HSL 66.91º 0.73% 0.44% -
HSV(B) 66.91º 0.85% 0.76% -
XYZ 37.65 48.35 8.58 -
YUV 170.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 176 195 30 0.10 0 0.85 0.24 66.91 0.73 0.44
Hex B0 C3 1E A 0 55 18 43 49 2C
Octal 260 303 36 12 0 125 30 103 111 54
Binary 10110000 11000011 11110 1010 0 1010101 11000 1000011 1001001 101100

Color Harmonies of #B0C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C31E

Black with #B0C31E

Text Example


Text Example

White with #B0C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C31E; }

 p { color: rgb(176,195,30); }

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

background-color css

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

 a { background-color: rgb(176,195,30); }

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

border-color css

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

 span { border-color: rgb(176,195,30); }

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