Html Css Color HEX #BCCD06 La Rioja

📋 copy color: '#BCCD06'

red 188 ◦ green 205 ◦ blue 6

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

Shades of La Rioja #BCCD06

Tints of La Rioja #BCCD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 47.12%
G = 51.38%
B = 1.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#BCCD06 (or 0xBCCD06) is known color: La Rioja. HEX triplet: BC, CD and 06. RGB value is (188,205,6). Sum of RGB (Red+Green+Blue) = 188+205+6=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD06 is #4332F9. Grayscale: #B2B2B2. Windows color (decimal): -4403962 or 445884. OLE color: 445884.

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

Color convert

RGB 188 205 6 -
CMYK 0.08 0 0.97 0.20
HSL 65.13º 0.94% 0.41% -
HSV(B) 65.13º 0.97% 0.8% -
XYZ 42.6 54.37 8.42 -
YUV 177.23 31.37 135.68 -
System Red Green Blue C M Y K H S L
Decimal 188 205 6 0.08 0 0.97 0.20 65.13 0.94 0.41
Hex BC CD 6 8 0 61 14 41 5E 29
Octal 274 315 6 10 0 141 24 101 136 51
Binary 10111100 11001101 110 1000 0 1100001 10100 1000001 1011110 101001

Color Harmonies of #BCCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD06

Black with #BCCD06

Text Example


Text Example

White with #BCCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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