Html Css Color HEX #B0CA2B Bahia

📋 copy color: '#B0CA2B'

red 176 ◦ green 202 ◦ blue 43

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

Shades of Bahia #B0CA2B

Tints of Bahia #B0CA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 43 (17.19% from 255) = 10.21%

R = 41.81%
G = 47.98%
B = 10.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#B0CA2B (or 0xB0CA2B) is known color: Bahia. HEX triplet: B0, CA and 2B. RGB value is (176,202,43). Sum of RGB (Red+Green+Blue) = 176+202+43=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA2B is #4F35D4. Grayscale: #B0B0B0. Windows color (decimal): -5191125 or 2869936. OLE color: 2869936.

HSL color Cylindrical-coordinate representation of color #B0CA2B: hue angle of 69.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0CA2B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 43 -
CMYK 0.13 0 0.79 0.21
HSL 69.81º 0.65% 0.48% -
HSV(B) 69.81º 0.79% 0.79% -
XYZ 39.46 51.65 10.17 -
YUV 176.1 52.89 127.93 -
System Red Green Blue C M Y K H S L
Decimal 176 202 43 0.13 0 0.79 0.21 69.81 0.65 0.48
Hex B0 CA 2B D 0 4F 15 46 41 30
Octal 260 312 53 15 0 117 25 106 101 60
Binary 10110000 11001010 101011 1101 0 1001111 10101 1000110 1000001 110000

Color Harmonies of #B0CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA2B

Black with #B0CA2B

Text Example


Text Example

White with #B0CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA2B; }

 p { color: rgb(176,202,43); }

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

background-color css

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

 a { background-color: rgb(176,202,43); }

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

border-color css

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

 span { border-color: rgb(176,202,43); }

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