Html Css Color HEX #BCCD09 La Rioja

📋 copy color: '#BCCD09'

red 188 ◦ green 205 ◦ blue 9

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

Shades of La Rioja #BCCD09

Tints of La Rioja #BCCD09

RGB

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

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

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

R = 46.77%
G = 51%
B = 2.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#BCCD09 (or 0xBCCD09) is known color: La Rioja. HEX triplet: BC, CD and 09. RGB value is (188,205,9). Sum of RGB (Red+Green+Blue) = 188+205+9=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD09 is #4332F6. Grayscale: #B2B2B2. Windows color (decimal): -4403959 or 642492. OLE color: 642492.

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

Color convert

RGB 188 205 9 -
CMYK 0.08 0 0.96 0.20
HSL 65.2º 0.92% 0.42% -
HSV(B) 65.2º 0.96% 0.8% -
XYZ 42.62 54.37 8.51 -
YUV 177.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 188 205 9 0.08 0 0.96 0.20 65.2 0.92 0.42
Hex BC CD 9 8 0 60 14 41 5C 2A
Octal 274 315 11 10 0 140 24 101 134 52
Binary 10111100 11001101 1001 1000 0 1100000 10100 1000001 1011100 101010

Color Harmonies of #BCCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD09

Black with #BCCD09

Text Example


Text Example

White with #BCCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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