Html Css Color HEX #BCCD0C La Rioja

📋 copy color: '#BCCD0C'

red 188 ◦ green 205 ◦ blue 12

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

Shades of La Rioja #BCCD0C

Tints of La Rioja #BCCD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 46.42%
G = 50.62%
B = 2.96%

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

#BCCD0C (or 0xBCCD0C) is known color: La Rioja. HEX triplet: BC, CD and 0C. RGB value is (188,205,12). Sum of RGB (Red+Green+Blue) = 188+205+12=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD0C is #4332F3. Grayscale: #B2B2B2. Windows color (decimal): -4403956 or 839100. OLE color: 839100.

HSL color Cylindrical-coordinate representation of color #BCCD0C: hue angle of 65.28º degrees, saturation: 0.89, 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 #BCCD0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 12 -
CMYK 0.08 0 0.94 0.20
HSL 65.28º 0.89% 0.43% -
HSV(B) 65.28º 0.94% 0.8% -
XYZ 42.64 54.38 8.6 -
YUV 177.92 34.37 135.19 -
System Red Green Blue C M Y K H S L
Decimal 188 205 12 0.08 0 0.94 0.20 65.28 0.89 0.43
Hex BC CD C 8 0 5E 14 41 59 2B
Octal 274 315 14 10 0 136 24 101 131 53
Binary 10111100 11001101 1100 1000 0 1011110 10100 1000001 1011001 101011

Color Harmonies of #BCCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD0C

Black with #BCCD0C

Text Example


Text Example

White with #BCCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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