Html Css Color HEX #BCCE0D La Rioja

📋 copy color: '#BCCE0D'

red 188 ◦ green 206 ◦ blue 13

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

Shades of La Rioja #BCCE0D

Tints of La Rioja #BCCE0D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.61%

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

R = 46.19%
G = 50.61%
B = 3.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#BCCE0D (or 0xBCCE0D) is known color: La Rioja. HEX triplet: BC, CE and 0D. RGB value is (188,206,13). Sum of RGB (Red+Green+Blue) = 188+206+13=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE0D is #4331F2. Grayscale: #B3B3B3. Windows color (decimal): -4403699 or 904892. OLE color: 904892.

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

Color convert

RGB 188 206 13 -
CMYK 0.09 0 0.94 0.19
HSL 65.6º 0.88% 0.43% -
HSV(B) 65.6º 0.94% 0.81% -
XYZ 42.88 54.86 8.71 -
YUV 178.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 188 206 13 0.09 0 0.94 0.19 65.6 0.88 0.43
Hex BC CE D 9 0 5E 13 42 58 2B
Octal 274 316 15 11 0 136 23 102 130 53
Binary 10111100 11001110 1101 1001 0 1011110 10011 1000010 1011000 101011

Color Harmonies of #BCCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE0D

Black with #BCCE0D

Text Example


Text Example

White with #BCCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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