Html Css Color HEX #B6CA0D La Rioja

📋 copy color: '#B6CA0D'

red 182 ◦ green 202 ◦ blue 13

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

Shades of La Rioja #B6CA0D

Tints of La Rioja #B6CA0D

RGB

 RED value IS 182 (71.48% from 255) = 45.84%

 GREEN value IS 202 (79.3% from 255) = 50.88%

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

R = 45.84%
G = 50.88%
B = 3.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B6CA0D (or 0xB6CA0D) is known color: La Rioja. HEX triplet: B6, CA and 0D. RGB value is (182,202,13). Sum of RGB (Red+Green+Blue) = 182+202+13=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CA0D is #4935F2. Grayscale: #AFAFAF. Windows color (decimal): -4797939 or 903862. OLE color: 903862.

HSL color Cylindrical-coordinate representation of color #B6CA0D: hue angle of 66.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6CA0D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 13 -
CMYK 0.10 0 0.94 0.21
HSL 66.35º 0.88% 0.42% -
HSV(B) 66.35º 0.94% 0.79% -
XYZ 40.48 52.22 8.33 -
YUV 174.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 182 202 13 0.10 0 0.94 0.21 66.35 0.88 0.42
Hex B6 CA D A 0 5E 15 42 58 2A
Octal 266 312 15 12 0 136 25 102 130 52
Binary 10110110 11001010 1101 1010 0 1011110 10101 1000010 1011000 101010

Color Harmonies of #B6CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA0D

Black with #B6CA0D

Text Example


Text Example

White with #B6CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA0D; }

 p { color: rgb(182,202,13); }

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

background-color css

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

 a { background-color: rgb(182,202,13); }

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

border-color css

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

 span { border-color: rgb(182,202,13); }

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