Html Css Color HEX #B0C127 Bahia

📋 copy color: '#B0C127'

red 176 ◦ green 193 ◦ blue 39

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

Shades of Bahia #B0C127

Tints of Bahia #B0C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 43.14%
G = 47.3%
B = 9.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#B0C127 (or 0xB0C127) is known color: Bahia. HEX triplet: B0, C1 and 27. RGB value is (176,193,39). Sum of RGB (Red+Green+Blue) = 176+193+39=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C127 is #4F3ED8. Grayscale: #AAAAAA. Windows color (decimal): -5193433 or 2605488. OLE color: 2605488.

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

Color convert

RGB 176 193 39 -
CMYK 0.09 0 0.80 0.24
HSL 66.62º 0.66% 0.45% -
HSV(B) 66.62º 0.8% 0.76% -
XYZ 37.34 47.52 9.12 -
YUV 170.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 176 193 39 0.09 0 0.80 0.24 66.62 0.66 0.45
Hex B0 C1 27 9 0 50 18 43 42 2D
Octal 260 301 47 11 0 120 30 103 102 55
Binary 10110000 11000001 100111 1001 0 1010000 11000 1000011 1000010 101101

Color Harmonies of #B0C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C127

Black with #B0C127

Text Example


Text Example

White with #B0C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C127; }

 p { color: rgb(176,193,39); }

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

background-color css

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

 a { background-color: rgb(176,193,39); }

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

border-color css

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

 span { border-color: rgb(176,193,39); }

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