Html Css Color HEX #B0C01B Bahia

📋 copy color: '#B0C01B'

red 176 ◦ green 192 ◦ blue 27

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

Shades of Bahia #B0C01B

Tints of Bahia #B0C01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 44.56%
G = 48.61%
B = 6.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B0C01B (or 0xB0C01B) is known color: Bahia. HEX triplet: B0, C0 and 1B. RGB value is (176,192,27). Sum of RGB (Red+Green+Blue) = 176+192+27=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C01B is #4F3FE4. Grayscale: #A9A9A9. Windows color (decimal): -5193701 or 1818800. OLE color: 1818800.

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

Color convert

RGB 176 192 27 -
CMYK 0.08 0 0.86 0.25
HSL 65.82º 0.75% 0.43% -
HSV(B) 65.82º 0.86% 0.75% -
XYZ 36.95 47.01 8.16 -
YUV 168.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 176 192 27 0.08 0 0.86 0.25 65.82 0.75 0.43
Hex B0 C0 1B 8 0 56 19 42 4B 2B
Octal 260 300 33 10 0 126 31 102 113 53
Binary 10110000 11000000 11011 1000 0 1010110 11001 1000010 1001011 101011

Color Harmonies of #B0C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C01B

Black with #B0C01B

Text Example


Text Example

White with #B0C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C01B; }

 p { color: rgb(176,192,27); }

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

background-color css

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

 a { background-color: rgb(176,192,27); }

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

border-color css

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

 span { border-color: rgb(176,192,27); }

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