Html Css Color HEX #BCD509 La Rioja

📋 copy color: '#BCD509'

red 188 ◦ green 213 ◦ blue 9

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

Shades of La Rioja #BCD509

Tints of La Rioja #BCD509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 45.85%
G = 51.95%
B = 2.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BCD509 (or 0xBCD509) is known color: La Rioja. HEX triplet: BC, D5 and 09. RGB value is (188,213,9). Sum of RGB (Red+Green+Blue) = 188+213+9=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD509 is #432AF6. Grayscale: #B7B7B7. Windows color (decimal): -4401911 or 644540. OLE color: 644540.

HSL color Cylindrical-coordinate representation of color #BCD509: hue angle of 67.35º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCD509 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 9 -
CMYK 0.12 0 0.96 0.16
HSL 67.35º 0.92% 0.44% -
HSV(B) 67.35º 0.96% 0.84% -
XYZ 44.58 58.3 9.16 -
YUV 182.27 30.22 132.09 -
System Red Green Blue C M Y K H S L
Decimal 188 213 9 0.12 0 0.96 0.16 67.35 0.92 0.44
Hex BC D5 9 C 0 60 10 43 5C 2C
Octal 274 325 11 14 0 140 20 103 134 54
Binary 10111100 11010101 1001 1100 0 1100000 10000 1000011 1011100 101100

Color Harmonies of #BCD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD509

Black with #BCD509

Text Example


Text Example

White with #BCD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD509; }

 p { color: rgb(188,213,9); }

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

background-color css

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

 a { background-color: rgb(188,213,9); }

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

border-color css

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

 span { border-color: rgb(188,213,9); }

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