Html Css Color HEX #BDC907 La Rioja

📋 copy color: '#BDC907'

red 189 ◦ green 201 ◦ blue 7

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

Shades of La Rioja #BDC907

Tints of La Rioja #BDC907

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 201 (78.91% from 255) = 50.63%

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 47.61%
G = 50.63%
B = 1.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#BDC907 (or 0xBDC907) is known color: La Rioja. HEX triplet: BD, C9 and 07. RGB value is (189,201,7). Sum of RGB (Red+Green+Blue) = 189+201+7=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC907 is #4236F8. Grayscale: #B0B0B0. Windows color (decimal): -4339449 or 510397. OLE color: 510397.

HSL color Cylindrical-coordinate representation of color #BDC907: hue angle of 63.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC907 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 7 -
CMYK 0.06 0 0.97 0.21
HSL 63.71º 0.93% 0.41% -
HSV(B) 63.71º 0.97% 0.79% -
XYZ 41.91 52.61 8.15 -
YUV 175.3 33.02 137.77 -
System Red Green Blue C M Y K H S L
Decimal 189 201 7 0.06 0 0.97 0.21 63.71 0.93 0.41
Hex BD C9 7 6 0 61 15 40 5D 29
Octal 275 311 7 6 0 141 25 100 135 51
Binary 10111101 11001001 111 110 0 1100001 10101 1000000 1011101 101001

Color Harmonies of #BDC907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC907

Black with #BDC907

Text Example


Text Example

White with #BDC907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC907; }

 p { color: rgb(189,201,7); }

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

background-color css

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

 a { background-color: rgb(189,201,7); }

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

border-color css

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

 span { border-color: rgb(189,201,7); }

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