Html Css Color HEX #B0C823 Rio Grande

📋 copy color: '#B0C823'

red 176 ◦ green 200 ◦ blue 35

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

Shades of Rio Grande #B0C823

Tints of Rio Grande #B0C823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

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

R = 42.82%
G = 48.66%
B = 8.52%

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

#B0C823 (or 0xB0C823) is known color: Rio Grande. HEX triplet: B0, C8 and 23. RGB value is (176,200,35). Sum of RGB (Red+Green+Blue) = 176+200+35=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C823 is #4F37DC. Grayscale: #AEAEAE. Windows color (decimal): -5191645 or 2345136. OLE color: 2345136.

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

Color convert

RGB 176 200 35 -
CMYK 0.12 0 0.82 0.22
HSL 68.73º 0.7% 0.46% -
HSV(B) 68.73º 0.83% 0.78% -
XYZ 38.86 50.66 9.32 -
YUV 174.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 176 200 35 0.12 0 0.82 0.22 68.73 0.7 0.46
Hex B0 C8 23 C 0 52 16 45 46 2E
Octal 260 310 43 14 0 122 26 105 106 56
Binary 10110000 11001000 100011 1100 0 1010010 10110 1000101 1000110 101110

Color Harmonies of #B0C823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C823

Black with #B0C823

Text Example


Text Example

White with #B0C823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C823; }

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

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

background-color css

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

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

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

border-color css

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

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

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