Html Css Color HEX #B0C623 Bahia

📋 copy color: '#B0C623'

red 176 ◦ green 198 ◦ blue 35

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

Shades of Bahia #B0C623

Tints of Bahia #B0C623

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 43.03%
G = 48.41%
B = 8.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#B0C623 (or 0xB0C623) is known color: Bahia. HEX triplet: B0, C6 and 23. RGB value is (176,198,35). Sum of RGB (Red+Green+Blue) = 176+198+35=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C623 is #4F39DC. Grayscale: #ADADAD. Windows color (decimal): -5192157 or 2344624. OLE color: 2344624.

HSL color Cylindrical-coordinate representation of color #B0C623: hue angle of 68.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0C623 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 35 -
CMYK 0.11 0 0.82 0.22
HSL 68.1º 0.7% 0.46% -
HSV(B) 68.1º 0.82% 0.78% -
XYZ 38.4 49.74 9.17 -
YUV 172.84 50.21 130.25 -
System Red Green Blue C M Y K H S L
Decimal 176 198 35 0.11 0 0.82 0.22 68.1 0.7 0.46
Hex B0 C6 23 B 0 52 16 44 46 2E
Octal 260 306 43 13 0 122 26 104 106 56
Binary 10110000 11000110 100011 1011 0 1010010 10110 1000100 1000110 101110

Color Harmonies of #B0C623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C623

Black with #B0C623

Text Example


Text Example

White with #B0C623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C623; }

 p { color: rgb(176,198,35); }

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

background-color css

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

 a { background-color: rgb(176,198,35); }

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

border-color css

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

 span { border-color: rgb(176,198,35); }

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