Html Css Color HEX #B6CB0D La Rioja

📋 copy color: '#B6CB0D'

red 182 ◦ green 203 ◦ blue 13

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

Shades of La Rioja #B6CB0D

Tints of La Rioja #B6CB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.01%

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

R = 45.73%
G = 51.01%
B = 3.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#B6CB0D (or 0xB6CB0D) is known color: La Rioja. HEX triplet: B6, CB and 0D. RGB value is (182,203,13). Sum of RGB (Red+Green+Blue) = 182+203+13=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CB0D is #4934F2. Grayscale: #AFAFAF. Windows color (decimal): -4797683 or 904118. OLE color: 904118.

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

Color convert

RGB 182 203 13 -
CMYK 0.10 0 0.94 0.20
HSL 66.63º 0.88% 0.42% -
HSV(B) 66.63º 0.94% 0.8% -
XYZ 40.72 52.69 8.4 -
YUV 175.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 182 203 13 0.10 0 0.94 0.20 66.63 0.88 0.42
Hex B6 CB D A 0 5E 14 43 58 2A
Octal 266 313 15 12 0 136 24 103 130 52
Binary 10110110 11001011 1101 1010 0 1011110 10100 1000011 1011000 101010

Color Harmonies of #B6CB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CB0D

Black with #B6CB0D

Text Example


Text Example

White with #B6CB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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