Html Css Color HEX #BDCF01 La Rioja

📋 copy color: '#BDCF01'

red 189 ◦ green 207 ◦ blue 1

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

Shades of La Rioja #BDCF01

Tints of La Rioja #BDCF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.14%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 47.61%
G = 52.14%
B = 0.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#BDCF01 (or 0xBDCF01) is known color: La Rioja. HEX triplet: BD, CF and 01. RGB value is (189,207,1). Sum of RGB (Red+Green+Blue) = 189+207+1=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF01 is #4230FE. Grayscale: #B2B2B2. Windows color (decimal): -4337919 or 118717. OLE color: 118717.

HSL color Cylindrical-coordinate representation of color #BDCF01: hue angle of 65.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCF01 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 1 -
CMYK 0.09 0 1.00 0.19
HSL 65.24º 0.99% 0.41% -
HSV(B) 65.24º 1% 0.81% -
XYZ 43.3 55.45 8.45 -
YUV 178.13 28.04 135.75 -
System Red Green Blue C M Y K H S L
Decimal 189 207 1 0.09 0 1.00 0.19 65.24 0.99 0.41
Hex BD CF 1 9 0 64 13 41 63 29
Octal 275 317 1 11 0 144 23 101 143 51
Binary 10111101 11001111 1 1001 0 1100100 10011 1000001 1100011 101001

Color Harmonies of #BDCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF01

Black with #BDCF01

Text Example


Text Example

White with #BDCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF01; }

 p { color: rgb(189,207,1); }

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

background-color css

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

 a { background-color: rgb(189,207,1); }

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

border-color css

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

 span { border-color: rgb(189,207,1); }

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