Html Css Color HEX #BCCD0D La Rioja

📋 copy color: '#BCCD0D'

red 188 ◦ green 205 ◦ blue 13

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

Shades of La Rioja #BCCD0D

Tints of La Rioja #BCCD0D

RGB

 RED value IS 188 (73.83% from 255) = 46.31%

 GREEN value IS 205 (80.47% from 255) = 50.49%

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

R = 46.31%
G = 50.49%
B = 3.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BCCD0D (or 0xBCCD0D) is known color: La Rioja. HEX triplet: BC, CD and 0D. RGB value is (188,205,13). Sum of RGB (Red+Green+Blue) = 188+205+13=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD0D is #4332F2. Grayscale: #B2B2B2. Windows color (decimal): -4403955 or 904636. OLE color: 904636.

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

Color convert

RGB 188 205 13 -
CMYK 0.08 0 0.94 0.20
HSL 65.31º 0.88% 0.43% -
HSV(B) 65.31º 0.94% 0.8% -
XYZ 42.64 54.38 8.63 -
YUV 178.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 188 205 13 0.08 0 0.94 0.20 65.31 0.88 0.43
Hex BC CD D 8 0 5E 14 41 58 2B
Octal 274 315 15 10 0 136 24 101 130 53
Binary 10111100 11001101 1101 1000 0 1011110 10100 1000001 1011000 101011

Color Harmonies of #BCCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD0D

Black with #BCCD0D

Text Example


Text Example

White with #BCCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD0D; }

 p { color: rgb(188,205,13); }

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

background-color css

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

 a { background-color: rgb(188,205,13); }

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

border-color css

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

 span { border-color: rgb(188,205,13); }

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