Html Css Color HEX #B2C00D La Rioja

📋 copy color: '#B2C00D'

red 178 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #B2C00D

Tints of La Rioja #B2C00D

RGB

 RED value IS 178 (69.92% from 255) = 46.48%

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

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

R = 46.48%
G = 50.13%
B = 3.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#B2C00D (or 0xB2C00D) is known color: La Rioja. HEX triplet: B2, C0 and 0D. RGB value is (178,192,13). Sum of RGB (Red+Green+Blue) = 178+192+13=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C00D is #4D3FF2. Grayscale: #A8A8A8. Windows color (decimal): -5062643 or 901298. OLE color: 901298.

HSL color Cylindrical-coordinate representation of color #B2C00D: hue angle of 64.69º 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 #B2C00D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 13 -
CMYK 0.07 0 0.93 0.25
HSL 64.69º 0.87% 0.4% -
HSV(B) 64.69º 0.93% 0.75% -
XYZ 37.28 47.19 7.53 -
YUV 167.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 178 192 13 0.07 0 0.93 0.25 64.69 0.87 0.4
Hex B2 C0 D 7 0 5D 19 41 57 28
Octal 262 300 15 7 0 135 31 101 127 50
Binary 10110010 11000000 1101 111 0 1011101 11001 1000001 1010111 101000

Color Harmonies of #B2C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C00D

Black with #B2C00D

Text Example


Text Example

White with #B2C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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