Html Css Color HEX #B0C723 Bahia

📋 copy color: '#B0C723'

red 176 ◦ green 199 ◦ blue 35

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

Shades of Bahia #B0C723

Tints of Bahia #B0C723

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

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

R = 42.93%
G = 48.54%
B = 8.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#B0C723 (or 0xB0C723) is known color: Bahia. HEX triplet: B0, C7 and 23. RGB value is (176,199,35). Sum of RGB (Red+Green+Blue) = 176+199+35=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C723 is #4F38DC. Grayscale: #AEAEAE. Windows color (decimal): -5191901 or 2344880. OLE color: 2344880.

HSL color Cylindrical-coordinate representation of color #B0C723: hue angle of 68.41º 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 #B0C723 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 35 -
CMYK 0.12 0 0.82 0.22
HSL 68.41º 0.7% 0.46% -
HSV(B) 68.41º 0.82% 0.78% -
XYZ 38.63 50.2 9.24 -
YUV 173.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 176 199 35 0.12 0 0.82 0.22 68.41 0.7 0.46
Hex B0 C7 23 C 0 52 16 44 46 2E
Octal 260 307 43 14 0 122 26 104 106 56
Binary 10110000 11000111 100011 1100 0 1010010 10110 1000100 1000110 101110

Color Harmonies of #B0C723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C723

Black with #B0C723

Text Example


Text Example

White with #B0C723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C723; }

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

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

background-color css

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

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

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

border-color css

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

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

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