Html Css Color HEX #B0C00D La Rioja

📋 copy color: '#B0C00D'

red 176 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #B0C00D

Tints of La Rioja #B0C00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 46.19%
G = 50.39%
B = 3.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#B0C00D (or 0xB0C00D) is known color: La Rioja. HEX triplet: B0, C0 and 0D. RGB value is (176,192,13). Sum of RGB (Red+Green+Blue) = 176+192+13=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C00D is #4F3FF2. Grayscale: #A7A7A7. Windows color (decimal): -5193715 or 901296. OLE color: 901296.

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

Color convert

RGB 176 192 13 -
CMYK 0.08 0 0.93 0.25
HSL 65.36º 0.87% 0.4% -
HSV(B) 65.36º 0.93% 0.75% -
XYZ 36.83 46.96 7.5 -
YUV 166.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 176 192 13 0.08 0 0.93 0.25 65.36 0.87 0.4
Hex B0 C0 D 8 0 5D 19 41 57 28
Octal 260 300 15 10 0 135 31 101 127 50
Binary 10110000 11000000 1101 1000 0 1011101 11001 1000001 1010111 101000

Color Harmonies of #B0C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C00D

Black with #B0C00D

Text Example


Text Example

White with #B0C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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